Html Css Color HEX #133437 Nordic

📋 copy color: '#133437'

red 19 ◦ green 52 ◦ blue 55

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

Shades of Nordic #133437

Tints of Nordic #133437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 15.08%
G = 41.27%
B = 43.65%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133437 (or 0x133437) is known color: Nordic. HEX triplet: 13, 34 and 37. RGB value is (19,52,55). Sum of RGB (Red+Green+Blue) = 19+52+55=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #133437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133437 is #ECCBC8. Grayscale: #2A2A2A. Windows color (decimal): -15518665 or 3617811. OLE color: 3617811.

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

Color convert

RGB 19 52 55 -
CMYK 0.65 0.05 0 0.78
HSL 185º 0.49% 0.15% -
HSV(B) 185º 0.65% 0.22% -
XYZ 2.19 2.87 4.05 -
YUV 42.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 19 52 55 0.65 0.05 0 0.78 185 0.49 0.15
Hex 13 34 37 41 5 0 4E B9 31 F
Octal 23 64 67 101 5 0 116 271 61 17
Binary 10011 110100 110111 1000001 101 0 1001110 10111001 110001 1111

Color Harmonies of #133437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133437

Black with #133437

Text Example


Text Example

White with #133437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133437; }

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

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

background-color css

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

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

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

border-color css

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

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

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