Html Css Color HEX #02246E Sapphire

📋 copy color: '#02246E'

red 2 ◦ green 36 ◦ blue 110

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

Shades of Sapphire #02246E

Tints of Sapphire #02246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 74.32%

R = 1.35%
G = 24.32%
B = 74.32%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02246E (or 0x02246E) is known color: Sapphire. HEX triplet: 02, 24 and 6E. RGB value is (2,36,110). Sum of RGB (Red+Green+Blue) = 2+36+110=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #02246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246E is #FDDB91. Grayscale: #212121. Windows color (decimal): -16636818 or 7218178. OLE color: 7218178.

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

Color convert

RGB 2 36 110 -
CMYK 0.98 0.67 0 0.57
HSL 221.11º 0.96% 0.22% -
HSV(B) 221.11º 0.98% 0.43% -
XYZ 3.47 2.4 15.03 -
YUV 34.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 2 36 110 0.98 0.67 0 0.57 221.11 0.96 0.22
Hex 2 24 6E 62 43 0 39 DD 60 16
Octal 2 44 156 142 103 0 71 335 140 26
Binary 10 100100 1101110 1100010 1000011 0 111001 11011101 1100000 10110

Color Harmonies of #02246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02246E

Black with #02246E

Text Example


Text Example

White with #02246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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