Html Css Color HEX #023039 Nordic

📋 copy color: '#023039'

red 2 ◦ green 48 ◦ blue 57

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

Shades of Nordic #023039

Tints of Nordic #023039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.86%

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

R = 1.87%
G = 44.86%
B = 53.27%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023039 (or 0x023039) is known color: Nordic. HEX triplet: 02, 30 and 39. RGB value is (2,48,57). Sum of RGB (Red+Green+Blue) = 2+48+57=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #023039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023039 is #FDCFC6. Grayscale: #232323. Windows color (decimal): -16633799 or 3747842. OLE color: 3747842.

HSL color Cylindrical-coordinate representation of color #023039: hue angle of 189.82º 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 #023039 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 48 57 -
CMYK 0.96 0.16 0 0.78
HSL 189.82º 0.93% 0.12% -
HSV(B) 189.82º 0.96% 0.22% -
XYZ 1.82 2.42 4.24 -
YUV 35.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 2 48 57 0.96 0.16 0 0.78 189.82 0.93 0.12
Hex 2 30 39 60 10 0 4E BE 5D C
Octal 2 60 71 140 20 0 116 276 135 14
Binary 10 110000 111001 1100000 10000 0 1001110 10111110 1011101 1100

Color Harmonies of #023039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023039

Black with #023039

Text Example


Text Example

White with #023039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023039; }

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

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

background-color css

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

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

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

border-color css

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

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

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