Html Css Color HEX #022D39 Nordic

📋 copy color: '#022D39'

red 2 ◦ green 45 ◦ blue 57

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

Shades of Nordic #022D39

Tints of Nordic #022D39

RGB

 RED value IS 2 (1.17% from 255) = 1.92%

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

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

R = 1.92%
G = 43.27%
B = 54.81%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#022D39 (or 0x022D39) is known color: Nordic. HEX triplet: 02, 2D and 39. RGB value is (2,45,57). Sum of RGB (Red+Green+Blue) = 2+45+57=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #022D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D39 is #FDD2C6. Grayscale: #212121. Windows color (decimal): -16634567 or 3747074. OLE color: 3747074.

HSL color Cylindrical-coordinate representation of color #022D39: hue angle of 193.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D39 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 45 57 -
CMYK 0.96 0.21 0 0.78
HSL 193.09º 0.93% 0.12% -
HSV(B) 193.09º 0.96% 0.22% -
XYZ 1.7 2.19 4.2 -
YUV 33.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 2 45 57 0.96 0.21 0 0.78 193.09 0.93 0.12
Hex 2 2D 39 60 15 0 4E C1 5D C
Octal 2 55 71 140 25 0 116 301 135 14
Binary 10 101101 111001 1100000 10101 0 1001110 11000001 1011101 1100

Color Harmonies of #022D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D39

Black with #022D39

Text Example


Text Example

White with #022D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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