Html Css Color HEX #02265C Sapphire

📋 copy color: '#02265C'

red 2 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #02265C

Tints of Sapphire #02265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

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

R = 1.52%
G = 28.79%
B = 69.7%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02265C (or 0x02265C) is known color: Sapphire. HEX triplet: 02, 26 and 5C. RGB value is (2,38,92). Sum of RGB (Red+Green+Blue) = 2+38+92=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #02265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02265C is #FDD9A3. Grayscale: #212121. Windows color (decimal): -16636324 or 6039042. OLE color: 6039042.

HSL color Cylindrical-coordinate representation of color #02265C: hue angle of 216º 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 #02265C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 38 92 -
CMYK 0.98 0.59 0 0.64
HSL 216º 0.96% 0.18% -
HSV(B) 216º 0.98% 0.36% -
XYZ 2.65 2.17 10.4 -
YUV 33.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 2 38 92 0.98 0.59 0 0.64 216 0.96 0.18
Hex 2 26 5C 62 3B 0 40 D8 60 12
Octal 2 46 134 142 73 0 100 330 140 22
Binary 10 100110 1011100 1100010 111011 0 1000000 11011000 1100000 10010

Color Harmonies of #02265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02265C

Black with #02265C

Text Example


Text Example

White with #02265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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