#023239

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

Shades of Nordic #023239

Tints of Nordic #023239

Color information

#023239 (or 0x023239) is unknown color: approx Nordic. HEX triplet: 02, 32 and 39. RGB value is (2,50,57). Sum of RGB (Red+Green+Blue) = 2+50+57=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #023239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023239 is #FDCDC6. Grayscale: #242424. Windows color (decimal): -16633287 or 3748354. OLE color: 3748354.

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

Color convert

RGB25057-
CMYK0.960.1200.78
HSL187.64º93.22%11.57%-
HSV(B)187.64º96.49%22.35%-
XYZ1.92.594.27-
YUV36.45139.6103.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=1.83%
G=45.87%
B=52.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal250570.960.1200.78187.6493.2211.57
Hex2323960C04Ebc5dc
Octal2627114014011627413514
Binary1011001011100111000001100010011101011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023239; }

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

 H1.HeaderClassName
 {
   color: #023239;
 }
 .AnyTagClassName
 {
   color: #023239;
 }
</style>
background-color css

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

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

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

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

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

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