Html Css Color HEX #023239 Nordic

📋 copy color: '#023239'

red 2 ◦ green 50 ◦ blue 57

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

Shades of Nordic #023239

Tints of Nordic #023239

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 value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023239 (or 0x023239) is known color: 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

RGB 2 50 57 -
CMYK 0.96 0.12 0 0.78
HSL 187.64º 0.93% 0.12% -
HSV(B) 187.64º 0.96% 0.22% -
XYZ 1.9 2.59 4.27 -
YUV 36.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 2 50 57 0.96 0.12 0 0.78 187.64 0.93 0.12
Hex 2 32 39 60 C 0 4E BC 5D C
Octal 2 62 71 140 14 0 116 274 135 14
Binary 10 110010 111001 1100000 1100 0 1001110 10111100 1011101 1100

Color Harmonies of #023239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023239

Black with #023239

Text Example


Text Example

White with #023239

Text Example


Text Example

HTML Codes & Css Web 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>