Html Css Color HEX #02246A Sapphire

📋 copy color: '#02246A'

red 2 ◦ green 36 ◦ blue 106

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

Shades of Sapphire #02246A

Tints of Sapphire #02246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

 BLUE value IS 106 (41.8% from 255) = 73.61%

R = 1.39%
G = 25%
B = 73.61%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02246A (or 0x02246A) is known color: Sapphire. HEX triplet: 02, 24 and 6A. RGB value is (2,36,106). Sum of RGB (Red+Green+Blue) = 2+36+106=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #02246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246A is #FDDB95. Grayscale: #212121. Windows color (decimal): -16636822 or 6956034. OLE color: 6956034.

HSL color Cylindrical-coordinate representation of color #02246A: hue angle of 220.38º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02246A is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 36 106 -
CMYK 0.98 0.66 0 0.58
HSL 220.38º 0.96% 0.21% -
HSV(B) 220.38º 0.98% 0.42% -
XYZ 3.26 2.32 13.91 -
YUV 33.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 2 36 106 0.98 0.66 0 0.58 220.38 0.96 0.21
Hex 2 24 6A 62 42 0 3A DC 60 15
Octal 2 44 152 142 102 0 72 334 140 25
Binary 10 100100 1101010 1100010 1000010 0 111010 11011100 1100000 10101

Color Harmonies of #02246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02246A

Black with #02246A

Text Example


Text Example

White with #02246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,36,106); }

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

background-color css

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

 a { background-color: rgb(2,36,106); }

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

border-color css

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

 span { border-color: rgb(2,36,106); }

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