Html Css Color HEX #132E32 Nordic

📋 copy color: '#132E32'

red 19 ◦ green 46 ◦ blue 50

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

Shades of Nordic #132E32

Tints of Nordic #132E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40%

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

R = 16.52%
G = 40%
B = 43.48%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#132E32 (or 0x132E32) is known color: Nordic. HEX triplet: 13, 2E and 32. RGB value is (19,46,50). Sum of RGB (Red+Green+Blue) = 19+46+50=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #132E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E32 is #ECD1CD. Grayscale: #262626. Windows color (decimal): -15520206 or 3288595. OLE color: 3288595.

HSL color Cylindrical-coordinate representation of color #132E32: hue angle of 187.74º 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 #132E32 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 46 50 -
CMYK 0.62 0.08 0 0.80
HSL 187.74º 0.45% 0.14% -
HSV(B) 187.74º 0.62% 0.2% -
XYZ 1.82 2.32 3.37 -
YUV 38.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 19 46 50 0.62 0.08 0 0.80 187.74 0.45 0.14
Hex 13 2E 32 3E 8 0 50 BC 2D E
Octal 23 56 62 76 10 0 120 274 55 16
Binary 10011 101110 110010 111110 1000 0 1010000 10111100 101101 1110

Color Harmonies of #132E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E32

Black with #132E32

Text Example


Text Example

White with #132E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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