Html Css Color HEX #133439 Nordic

📋 copy color: '#133439'

red 19 ◦ green 52 ◦ blue 57

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

Shades of Nordic #133439

Tints of Nordic #133439

RGB

 RED value IS 19 (7.81% from 255) = 14.84%

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

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

R = 14.84%
G = 40.63%
B = 44.53%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133439 (or 0x133439) is known color: Nordic. HEX triplet: 13, 34 and 39. RGB value is (19,52,57). Sum of RGB (Red+Green+Blue) = 19+52+57=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #133439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133439 is #ECCBC6. Grayscale: #2A2A2A. Windows color (decimal): -15518663 or 3748883. OLE color: 3748883.

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

Color convert

RGB 19 52 57 -
CMYK 0.67 0.09 0 0.78
HSL 187.89º 0.5% 0.15% -
HSV(B) 187.89º 0.67% 0.22% -
XYZ 2.24 2.89 4.31 -
YUV 42.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 19 52 57 0.67 0.09 0 0.78 187.89 0.5 0.15
Hex 13 34 39 43 9 0 4E BC 32 F
Octal 23 64 71 103 11 0 116 274 62 17
Binary 10011 110100 111001 1000011 1001 0 1001110 10111100 110010 1111

Color Harmonies of #133439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133439

Black with #133439

Text Example


Text Example

White with #133439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133439; }

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

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

background-color css

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

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

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

border-color css

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

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

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