Html Css Color HEX #193942 Nordic

📋 copy color: '#193942'

red 25 ◦ green 57 ◦ blue 66

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

Shades of Nordic #193942

Tints of Nordic #193942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

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

R = 16.89%
G = 38.51%
B = 44.59%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193942 (or 0x193942) is known color: Nordic. HEX triplet: 19, 39 and 42. RGB value is (25,57,66). Sum of RGB (Red+Green+Blue) = 25+57+66=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #193942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193942 is #E6C6BD. Grayscale: #303030. Windows color (decimal): -15124158 or 4339993. OLE color: 4339993.

HSL color Cylindrical-coordinate representation of color #193942: hue angle of 193.17º 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 #193942 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 57 66 -
CMYK 0.62 0.14 0 0.74
HSL 193.17º 0.45% 0.18% -
HSV(B) 193.17º 0.62% 0.26% -
XYZ 2.85 3.53 5.68 -
YUV 48.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 25 57 66 0.62 0.14 0 0.74 193.17 0.45 0.18
Hex 19 39 42 3E E 0 4A C1 2D 12
Octal 31 71 102 76 16 0 112 301 55 22
Binary 11001 111001 1000010 111110 1110 0 1001010 11000001 101101 10010

Color Harmonies of #193942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193942

Black with #193942

Text Example


Text Example

White with #193942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193942; }

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

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

background-color css

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

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

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

border-color css

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

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

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