#023139

Color #023139 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #023139

Tints of Nordic #023139

Color information

#023139 (or 0x023139) is unknown color: approx 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

RGB24957-
CMYK0.960.1400.78
HSL188.73º93.22%11.57%-
HSV(B)188.73º96.49%22.35%-
XYZ1.862.54.26-
YUV35.86139.93103.85-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal249570.960.1400.78188.7393.2211.57
Hex2313960E04Ebd5dc
Octal2617114016011627513514
Binary1011000111100111000001110010011101011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>