Html Css Color HEX #132F37 Nordic

📋 copy color: '#132F37'

red 19 ◦ green 47 ◦ blue 55

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

Shades of Nordic #132F37

Tints of Nordic #132F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

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

R = 15.7%
G = 38.84%
B = 45.45%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132F37 (or 0x132F37) is known color: Nordic. HEX triplet: 13, 2F and 37. RGB value is (19,47,55). Sum of RGB (Red+Green+Blue) = 19+47+55=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #132F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F37 is #ECD0C8. Grayscale: #272727. Windows color (decimal): -15519945 or 3616531. OLE color: 3616531.

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

Color convert

RGB 19 47 55 -
CMYK 0.65 0.15 0 0.78
HSL 193.33º 0.49% 0.15% -
HSV(B) 193.33º 0.65% 0.22% -
XYZ 1.97 2.45 3.98 -
YUV 39.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 19 47 55 0.65 0.15 0 0.78 193.33 0.49 0.15
Hex 13 2F 37 41 F 0 4E C1 31 F
Octal 23 57 67 101 17 0 116 301 61 17
Binary 10011 101111 110111 1000001 1111 0 1001110 11000001 110001 1111

Color Harmonies of #132F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F37

Black with #132F37

Text Example


Text Example

White with #132F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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