Html Css Color HEX #02246F Sapphire

📋 copy color: '#02246F'

red 2 ◦ green 36 ◦ blue 111

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

Shades of Sapphire #02246F

Tints of Sapphire #02246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74.5%

R = 1.34%
G = 24.16%
B = 74.5%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02246F (or 0x02246F) is known color: Sapphire. HEX triplet: 02, 24 and 6F. RGB value is (2,36,111). Sum of RGB (Red+Green+Blue) = 2+36+111=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #02246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246F is #FDDB90. Grayscale: #222222. Windows color (decimal): -16636817 or 7283714. OLE color: 7283714.

HSL color Cylindrical-coordinate representation of color #02246F: hue angle of 221.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02246F is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 36 111 -
CMYK 0.98 0.68 0 0.56
HSL 221.28º 0.96% 0.22% -
HSV(B) 221.28º 0.98% 0.44% -
XYZ 3.53 2.42 15.32 -
YUV 34.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 2 36 111 0.98 0.68 0 0.56 221.28 0.96 0.22
Hex 2 24 6F 62 44 0 38 DD 60 16
Octal 2 44 157 142 104 0 70 335 140 26
Binary 10 100100 1101111 1100010 1000100 0 111000 11011101 1100000 10110

Color Harmonies of #02246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02246F

Black with #02246F

Text Example


Text Example

White with #02246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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