Html Css Color HEX #132C31 Nordic

📋 copy color: '#132C31'

red 19 ◦ green 44 ◦ blue 49

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

Shades of Nordic #132C31

Tints of Nordic #132C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 39.29%

 BLUE value IS 49 (19.53% from 255) = 43.75%

R = 16.96%
G = 39.29%
B = 43.75%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132C31 (or 0x132C31) is known color: Nordic. HEX triplet: 13, 2C and 31. RGB value is (19,44,49). Sum of RGB (Red+Green+Blue) = 19+44+49=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #132C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C31 is #ECD3CE. Grayscale: #252525. Windows color (decimal): -15520719 or 3222547. OLE color: 3222547.

HSL color Cylindrical-coordinate representation of color #132C31: hue angle of 190º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132C31 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 44 49 -
CMYK 0.61 0.10 0 0.81
HSL 190º 0.44% 0.13% -
HSV(B) 190º 0.61% 0.19% -
XYZ 1.72 2.16 3.23 -
YUV 37.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 19 44 49 0.61 0.10 0 0.81 190 0.44 0.13
Hex 13 2C 31 3D A 0 51 BE 2C D
Octal 23 54 61 75 12 0 121 276 54 15
Binary 10011 101100 110001 111101 1010 0 1010001 10111110 101100 1101

Color Harmonies of #132C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C31

Black with #132C31

Text Example


Text Example

White with #132C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,44,49); }

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

background-color css

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

 a { background-color: rgb(19,44,49); }

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

border-color css

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

 span { border-color: rgb(19,44,49); }

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