Html Css Color HEX #02246C Sapphire

📋 copy color: '#02246C'

red 2 ◦ green 36 ◦ blue 108

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

Shades of Sapphire #02246C

Tints of Sapphire #02246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 73.97%

R = 1.37%
G = 24.66%
B = 73.97%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02246C (or 0x02246C) is known color: Sapphire. HEX triplet: 02, 24 and 6C. RGB value is (2,36,108). Sum of RGB (Red+Green+Blue) = 2+36+108=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #02246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02246C is #FDDB93. Grayscale: #212121. Windows color (decimal): -16636820 or 7087106. OLE color: 7087106.

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

Color convert

RGB 2 36 108 -
CMYK 0.98 0.67 0 0.58
HSL 220.75º 0.96% 0.22% -
HSV(B) 220.75º 0.98% 0.42% -
XYZ 3.36 2.36 14.47 -
YUV 34.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 2 36 108 0.98 0.67 0 0.58 220.75 0.96 0.22
Hex 2 24 6C 62 43 0 3A DD 60 16
Octal 2 44 154 142 103 0 72 335 140 26
Binary 10 100100 1101100 1100010 1000011 0 111010 11011101 1100000 10110

Color Harmonies of #02246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02246C

Black with #02246C

Text Example


Text Example

White with #02246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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