Html Css Color HEX #02323F Nordic

📋 copy color: '#02323F'

red 2 ◦ green 50 ◦ blue 63

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

Shades of Nordic #02323F

Tints of Nordic #02323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

 BLUE value IS 63 (25% from 255) = 54.78%

R = 1.74%
G = 43.48%
B = 54.78%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#02323F (or 0x02323F) is known color: Nordic. HEX triplet: 02, 32 and 3F. RGB value is (2,50,63). Sum of RGB (Red+Green+Blue) = 2+50+63=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #02323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02323F is #FDCDC0. Grayscale: #252525. Windows color (decimal): -16633281 or 4141570. OLE color: 4141570.

HSL color Cylindrical-coordinate representation of color #02323F: hue angle of 192.79º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02323F is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 50 63 -
CMYK 0.97 0.21 0 0.75
HSL 192.79º 0.94% 0.13% -
HSV(B) 192.79º 0.97% 0.25% -
XYZ 2.06 2.65 5.11 -
YUV 37.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 2 50 63 0.97 0.21 0 0.75 192.79 0.94 0.13
Hex 2 32 3F 61 15 0 4B C1 5E D
Octal 2 62 77 141 25 0 113 301 136 15
Binary 10 110010 111111 1100001 10101 0 1001011 11000001 1011110 1101

Color Harmonies of #02323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02323F

Black with #02323F

Text Example


Text Example

White with #02323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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