Html Css Color HEX #02303A Nordic

📋 copy color: '#02303A'

red 2 ◦ green 48 ◦ blue 58

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

Shades of Nordic #02303A

Tints of Nordic #02303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 53.7%

R = 1.85%
G = 44.44%
B = 53.7%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02303A (or 0x02303A) is known color: Nordic. HEX triplet: 02, 30 and 3A. RGB value is (2,48,58). Sum of RGB (Red+Green+Blue) = 2+48+58=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #02303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303A is #FDCFC5. Grayscale: #232323. Windows color (decimal): -16633798 or 3813378. OLE color: 3813378.

HSL color Cylindrical-coordinate representation of color #02303A: hue angle of 190.71º 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 #02303A is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 48 58 -
CMYK 0.97 0.17 0 0.77
HSL 190.71º 0.93% 0.12% -
HSV(B) 190.71º 0.97% 0.23% -
XYZ 1.85 2.43 4.38 -
YUV 35.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 2 48 58 0.97 0.17 0 0.77 190.71 0.93 0.12
Hex 2 30 3A 61 11 0 4D BF 5D C
Octal 2 60 72 141 21 0 115 277 135 14
Binary 10 110000 111010 1100001 10001 0 1001101 10111111 1011101 1100

Color Harmonies of #02303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02303A

Black with #02303A

Text Example


Text Example

White with #02303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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