Html Css Color HEX #132F33 Nordic

📋 copy color: '#132F33'

red 19 ◦ green 47 ◦ blue 51

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

Shades of Nordic #132F33

Tints of Nordic #132F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 16.24%
G = 40.17%
B = 43.59%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#132F33 (or 0x132F33) is known color: Nordic. HEX triplet: 13, 2F and 33. RGB value is (19,47,51). Sum of RGB (Red+Green+Blue) = 19+47+51=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #132F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F33 is #ECD0CC. Grayscale: #272727. Windows color (decimal): -15519949 or 3354387. OLE color: 3354387.

HSL color Cylindrical-coordinate representation of color #132F33: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132F33 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 47 51 -
CMYK 0.63 0.08 0 0.8
HSL 187.5º 0.46% 0.14% -
HSV(B) 187.5º 0.63% 0.2% -
XYZ 1.88 2.41 3.5 -
YUV 39.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 19 47 51 0.63 0.08 0 0.8 187.5 0.46 0.14
Hex 13 2F 33 3F 8 0 50 BC 2E E
Octal 23 57 63 77 10 0 120 274 56 16
Binary 10011 101111 110011 111111 1000 0 1010000 10111100 101110 1110

Color Harmonies of #132F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F33

Black with #132F33

Text Example


Text Example

White with #132F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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