Html Css Color HEX #02303B Nordic

📋 copy color: '#02303B'

red 2 ◦ green 48 ◦ blue 59

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

Shades of Nordic #02303B

Tints of Nordic #02303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.04%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 1.83%
G = 44.04%
B = 54.13%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02303B (or 0x02303B) is known color: Nordic. HEX triplet: 02, 30 and 3B. RGB value is (2,48,59). Sum of RGB (Red+Green+Blue) = 2+48+59=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #02303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303B is #FDCFC4. Grayscale: #232323. Windows color (decimal): -16633797 or 3878914. OLE color: 3878914.

HSL color Cylindrical-coordinate representation of color #02303B: hue angle of 191.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02303B is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 48 59 -
CMYK 0.97 0.19 0 0.77
HSL 191.58º 0.93% 0.12% -
HSV(B) 191.58º 0.97% 0.23% -
XYZ 1.87 2.44 4.51 -
YUV 35.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 2 48 59 0.97 0.19 0 0.77 191.58 0.93 0.12
Hex 2 30 3B 61 13 0 4D C0 5D C
Octal 2 60 73 141 23 0 115 300 135 14
Binary 10 110000 111011 1100001 10011 0 1001101 11000000 1011101 1100

Color Harmonies of #02303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02303B

Black with #02303B

Text Example


Text Example

White with #02303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02303B; }

 p { color: rgb(2,48,59); }

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

background-color css

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

 a { background-color: rgb(2,48,59); }

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

border-color css

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

 span { border-color: rgb(2,48,59); }

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