Html Css Color HEX #132F38 Nordic

📋 copy color: '#132F38'

red 19 ◦ green 47 ◦ blue 56

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

Shades of Nordic #132F38

Tints of Nordic #132F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.9%

R = 15.57%
G = 38.52%
B = 45.9%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132F38 (or 0x132F38) is known color: Nordic. HEX triplet: 13, 2F and 38. RGB value is (19,47,56). Sum of RGB (Red+Green+Blue) = 19+47+56=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #132F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F38 is #ECD0C7. Grayscale: #272727. Windows color (decimal): -15519944 or 3682067. OLE color: 3682067.

HSL color Cylindrical-coordinate representation of color #132F38: hue angle of 194.59º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132F38 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 47 56 -
CMYK 0.66 0.16 0 0.78
HSL 194.59º 0.49% 0.15% -
HSV(B) 194.59º 0.66% 0.22% -
XYZ 2 2.46 4.11 -
YUV 39.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 19 47 56 0.66 0.16 0 0.78 194.59 0.49 0.15
Hex 13 2F 38 42 10 0 4E C3 31 F
Octal 23 57 70 102 20 0 116 303 61 17
Binary 10011 101111 111000 1000010 10000 0 1001110 11000011 110001 1111

Color Harmonies of #132F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F38

Black with #132F38

Text Example


Text Example

White with #132F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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