Html Css Color HEX #023139 Nordic

📋 copy color: '#023139'

red 2 ◦ green 49 ◦ blue 57

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

Shades of Nordic #023139

Tints of Nordic #023139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.37%

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

R = 1.85%
G = 45.37%
B = 52.78%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023139 (or 0x023139) is known color: Nordic. HEX triplet: 02, 31 and 39. RGB value is (2,49,57). Sum of RGB (Red+Green+Blue) = 2+49+57=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #023139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023139 is #FDCEC6. Grayscale: #232323. Windows color (decimal): -16633543 or 3748098. OLE color: 3748098.

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

Color convert

RGB 2 49 57 -
CMYK 0.96 0.14 0 0.78
HSL 188.73º 0.93% 0.12% -
HSV(B) 188.73º 0.96% 0.22% -
XYZ 1.86 2.5 4.26 -
YUV 35.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 2 49 57 0.96 0.14 0 0.78 188.73 0.93 0.12
Hex 2 31 39 60 E 0 4E BD 5D C
Octal 2 61 71 140 16 0 116 275 135 14
Binary 10 110001 111001 1100000 1110 0 1001110 10111101 1011101 1100

Color Harmonies of #023139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023139

Black with #023139

Text Example


Text Example

White with #023139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023139; }

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

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

background-color css

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

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

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

border-color css

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

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

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