Html Css Color HEX #193C44 Nordic

📋 copy color: '#193C44'

red 25 ◦ green 60 ◦ blue 68

#193C44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #193C44

Tints of Nordic #193C44

RGB

 RED value IS 25 (10.16% from 255) = 16.34%

 GREEN value IS 60 (23.83% from 255) = 39.22%

 BLUE value IS 68 (26.95% from 255) = 44.44%

R = 16.34%
G = 39.22%
B = 44.44%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#193C44 (or 0x193C44) is known color: Nordic. HEX triplet: 19, 3C and 44. RGB value is (25,60,68). Sum of RGB (Red+Green+Blue) = 25+60+68=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #193C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C44 is #E6C3BB. Grayscale: #323232. Windows color (decimal): -15123388 or 4471833. OLE color: 4471833.

HSL color Cylindrical-coordinate representation of color #193C44: hue angle of 191.16º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193C44 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 60 68 -
CMYK 0.63 0.12 0 0.73
HSL 191.16º 0.46% 0.18% -
HSV(B) 191.16º 0.63% 0.27% -
XYZ 3.06 3.86 6.05 -
YUV 50.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 25 60 68 0.63 0.12 0 0.73 191.16 0.46 0.18
Hex 19 3C 44 3F C 0 49 BF 2E 12
Octal 31 74 104 77 14 0 111 277 56 22
Binary 11001 111100 1000100 111111 1100 0 1001001 10111111 101110 10010

Color Harmonies of #193C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C44

Black with #193C44

Text Example


Text Example

White with #193C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193C44; }

 p { color: rgb(25,60,68); }

 H1.HeaderClassName
 {
   color: #193C44;
 }
 .AnyTagClassName
 {
   color: #193C44;
 }
</style>

background-color css

<style>
 a { background-color: #193C44; }

 a { background-color: rgb(25,60,68); }

 div.DivClassName
 {
   background-color: #193C44;
 }
 .BgClassName
 {
   background-color: #193C44;
 }
</style>

border-color css

<style>
 span { border-color: #193C44; }

 span { border-color: rgb(25,60,68); }

 td.TdClassName
 {
   border-color: #193C44;
 }
 .TagClassName
 {
   border-color: #193C44;
 }
</style>