Html Css Color HEX #133237 Nordic

📋 copy color: '#133237'

red 19 ◦ green 50 ◦ blue 55

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

Shades of Nordic #133237

Tints of Nordic #133237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 15.32%
G = 40.32%
B = 44.35%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133237 (or 0x133237) is known color: Nordic. HEX triplet: 13, 32 and 37. RGB value is (19,50,55). Sum of RGB (Red+Green+Blue) = 19+50+55=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #133237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133237 is #ECCDC8. Grayscale: #292929. Windows color (decimal): -15519177 or 3617299. OLE color: 3617299.

HSL color Cylindrical-coordinate representation of color #133237: hue angle of 188.33º 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 #133237 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 50 55 -
CMYK 0.65 0.09 0 0.78
HSL 188.33º 0.49% 0.15% -
HSV(B) 188.33º 0.65% 0.22% -
XYZ 2.1 2.7 4.02 -
YUV 41.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 19 50 55 0.65 0.09 0 0.78 188.33 0.49 0.15
Hex 13 32 37 41 9 0 4E BC 31 F
Octal 23 62 67 101 11 0 116 274 61 17
Binary 10011 110010 110111 1000001 1001 0 1001110 10111100 110001 1111

Color Harmonies of #133237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133237

Black with #133237

Text Example


Text Example

White with #133237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133237; }

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

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

background-color css

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

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

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

border-color css

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

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

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