Html Css Color HEX #012D39 Nordic

📋 copy color: '#012D39'

red 1 ◦ green 45 ◦ blue 57

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

Shades of Nordic #012D39

Tints of Nordic #012D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 55.34%

R = 0.97%
G = 43.69%
B = 55.34%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012D39 (or 0x012D39) is known color: Nordic. HEX triplet: 01, 2D and 39. RGB value is (1,45,57). Sum of RGB (Red+Green+Blue) = 1+45+57=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #012D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D39 is #FED2C6. Grayscale: #212121. Windows color (decimal): -16700103 or 3747073. OLE color: 3747073.

HSL color Cylindrical-coordinate representation of color #012D39: hue angle of 192.86º degrees, saturation: 0.97, 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 #012D39 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 45 57 -
CMYK 0.98 0.21 0 0.78
HSL 192.86º 0.97% 0.11% -
HSV(B) 192.86º 0.98% 0.22% -
XYZ 1.69 2.18 4.2 -
YUV 33.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 1 45 57 0.98 0.21 0 0.78 192.86 0.97 0.11
Hex 1 2D 39 62 15 0 4E C1 61 B
Octal 1 55 71 142 25 0 116 301 141 13
Binary 1 101101 111001 1100010 10101 0 1001110 11000001 1100001 1011

Color Harmonies of #012D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D39

Black with #012D39

Text Example


Text Example

White with #012D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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