Html Css Color HEX #02246B Sapphire

📋 copy color: '#02246B'

red 2 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #02246B

Tints of Sapphire #02246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 73.79%

R = 1.38%
G = 24.83%
B = 73.79%

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

#02246B (or 0x02246B) is known color: Sapphire. HEX triplet: 02, 24 and 6B. RGB value is (2,36,107). Sum of RGB (Red+Green+Blue) = 2+36+107=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #02246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246B is #FDDB94. Grayscale: #212121. Windows color (decimal): -16636821 or 7021570. OLE color: 7021570.

HSL color Cylindrical-coordinate representation of color #02246B: hue angle of 220.57º 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 #02246B is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 36 107 -
CMYK 0.98 0.66 0 0.58
HSL 220.57º 0.96% 0.21% -
HSV(B) 220.57º 0.98% 0.42% -
XYZ 3.31 2.34 14.19 -
YUV 33.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 2 36 107 0.98 0.66 0 0.58 220.57 0.96 0.21
Hex 2 24 6B 62 42 0 3A DD 60 15
Octal 2 44 153 142 102 0 72 335 140 25
Binary 10 100100 1101011 1100010 1000010 0 111010 11011101 1100000 10101

Color Harmonies of #02246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02246B

Black with #02246B

Text Example


Text Example

White with #02246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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