Html Css Color HEX #132F32 Nordic

📋 copy color: '#132F32'

red 19 ◦ green 47 ◦ blue 50

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

Shades of Nordic #132F32

Tints of Nordic #132F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.1%

R = 16.38%
G = 40.52%
B = 43.1%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#132F32 (or 0x132F32) is known color: Nordic. HEX triplet: 13, 2F and 32. RGB value is (19,47,50). Sum of RGB (Red+Green+Blue) = 19+47+50=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #132F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F32 is #ECD0CD. Grayscale: #262626. Windows color (decimal): -15519950 or 3288851. OLE color: 3288851.

HSL color Cylindrical-coordinate representation of color #132F32: hue angle of 185.81º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132F32 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 47 50 -
CMYK 0.62 0.06 0 0.80
HSL 185.81º 0.45% 0.14% -
HSV(B) 185.81º 0.62% 0.2% -
XYZ 1.86 2.4 3.38 -
YUV 38.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 19 47 50 0.62 0.06 0 0.80 185.81 0.45 0.14
Hex 13 2F 32 3E 6 0 50 BA 2D E
Octal 23 57 62 76 6 0 120 272 55 16
Binary 10011 101111 110010 111110 110 0 1010000 10111010 101101 1110

Color Harmonies of #132F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F32

Black with #132F32

Text Example


Text Example

White with #132F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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