Html Css Color HEX #012D37 Nordic

📋 copy color: '#012D37'

red 1 ◦ green 45 ◦ blue 55

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

Shades of Nordic #012D37

Tints of Nordic #012D37

RGB

 RED value IS 1 (0.78% from 255) = 0.99%

 GREEN value IS 45 (17.97% from 255) = 44.55%

 BLUE value IS 55 (21.88% from 255) = 54.46%

R = 0.99%
G = 44.55%
B = 54.46%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012D37 (or 0x012D37) is known color: Nordic. HEX triplet: 01, 2D and 37. RGB value is (1,45,55). Sum of RGB (Red+Green+Blue) = 1+45+55=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #012D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D37 is #FED2C8. Grayscale: #202020. Windows color (decimal): -16700105 or 3616001. OLE color: 3616001.

HSL color Cylindrical-coordinate representation of color #012D37: hue angle of 191.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D37 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 45 55 -
CMYK 0.98 0.18 0 0.78
HSL 191.11º 0.96% 0.11% -
HSV(B) 191.11º 0.98% 0.22% -
XYZ 1.64 2.16 3.94 -
YUV 32.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 1 45 55 0.98 0.18 0 0.78 191.11 0.96 0.11
Hex 1 2D 37 62 12 0 4E BF 60 B
Octal 1 55 67 142 22 0 116 277 140 13
Binary 1 101101 110111 1100010 10010 0 1001110 10111111 1100000 1011

Color Harmonies of #012D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D37

Black with #012D37

Text Example


Text Example

White with #012D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D37; }

 p { color: rgb(1,45,55); }

 H1.HeaderClassName
 {
   color: #012D37;
 }
 .AnyTagClassName
 {
   color: #012D37;
 }
</style>

background-color css

<style>
 a { background-color: #012D37; }

 a { background-color: rgb(1,45,55); }

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

border-color css

<style>
 span { border-color: #012D37; }

 span { border-color: rgb(1,45,55); }

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