Html Css Color HEX #193C42 Nordic

📋 copy color: '#193C42'

red 25 ◦ green 60 ◦ blue 66

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

Shades of Nordic #193C42

Tints of Nordic #193C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 43.71%

R = 16.56%
G = 39.74%
B = 43.71%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193C42 (or 0x193C42) is known color: Nordic. HEX triplet: 19, 3C and 42. RGB value is (25,60,66). Sum of RGB (Red+Green+Blue) = 25+60+66=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #193C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C42 is #E6C3BD. Grayscale: #323232. Windows color (decimal): -15123390 or 4340761. OLE color: 4340761.

HSL color Cylindrical-coordinate representation of color #193C42: hue angle of 188.78º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193C42 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 60 66 -
CMYK 0.62 0.09 0 0.74
HSL 188.78º 0.45% 0.18% -
HSV(B) 188.78º 0.62% 0.26% -
XYZ 3 3.83 5.74 -
YUV 50.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 25 60 66 0.62 0.09 0 0.74 188.78 0.45 0.18
Hex 19 3C 42 3E 9 0 4A BD 2D 12
Octal 31 74 102 76 11 0 112 275 55 22
Binary 11001 111100 1000010 111110 1001 0 1001010 10111101 101101 10010

Color Harmonies of #193C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C42

Black with #193C42

Text Example


Text Example

White with #193C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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