Html Css Color HEX #02245C Sapphire

📋 copy color: '#02245C'

red 2 ◦ green 36 ◦ blue 92

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

Shades of Sapphire #02245C

Tints of Sapphire #02245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 70.77%

R = 1.54%
G = 27.69%
B = 70.77%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02245C (or 0x02245C) is known color: Sapphire. HEX triplet: 02, 24 and 5C. RGB value is (2,36,92). Sum of RGB (Red+Green+Blue) = 2+36+92=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #02245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02245C is #FDDBA3. Grayscale: #1F1F1F. Windows color (decimal): -16636836 or 6038530. OLE color: 6038530.

HSL color Cylindrical-coordinate representation of color #02245C: hue angle of 217.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02245C is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 36 92 -
CMYK 0.98 0.61 0 0.64
HSL 217.33º 0.96% 0.18% -
HSV(B) 217.33º 0.98% 0.36% -
XYZ 2.59 2.05 10.38 -
YUV 32.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 2 36 92 0.98 0.61 0 0.64 217.33 0.96 0.18
Hex 2 24 5C 62 3D 0 40 D9 60 12
Octal 2 44 134 142 75 0 100 331 140 22
Binary 10 100100 1011100 1100010 111101 0 1000000 11011001 1100000 10010

Color Harmonies of #02245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02245C

Black with #02245C

Text Example


Text Example

White with #02245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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