Html Css Color HEX #193439 Nordic

📋 copy color: '#193439'

red 25 ◦ green 52 ◦ blue 57

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

Shades of Nordic #193439

Tints of Nordic #193439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.81%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 18.66%
G = 38.81%
B = 42.54%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193439 (or 0x193439) is known color: Nordic. HEX triplet: 19, 34 and 39. RGB value is (25,52,57). Sum of RGB (Red+Green+Blue) = 25+52+57=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #193439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193439 is #E6CBC6. Grayscale: #2C2C2C. Windows color (decimal): -15125447 or 3748889. OLE color: 3748889.

HSL color Cylindrical-coordinate representation of color #193439: hue angle of 189.38º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193439 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 52 57 -
CMYK 0.56 0.09 0 0.78
HSL 189.38º 0.39% 0.16% -
HSV(B) 189.38º 0.56% 0.22% -
XYZ 2.37 2.96 4.32 -
YUV 44.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 25 52 57 0.56 0.09 0 0.78 189.38 0.39 0.16
Hex 19 34 39 38 9 0 4E BD 27 10
Octal 31 64 71 70 11 0 116 275 47 20
Binary 11001 110100 111001 111000 1001 0 1001110 10111101 100111 10000

Color Harmonies of #193439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193439

Black with #193439

Text Example


Text Example

White with #193439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193439; }

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

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

background-color css

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

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

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

border-color css

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

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

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