Html Css Color HEX #02245B Sapphire

📋 copy color: '#02245B'

red 2 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #02245B

Tints of Sapphire #02245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 70.54%

R = 1.55%
G = 27.91%
B = 70.54%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02245B (or 0x02245B) is known color: Sapphire. HEX triplet: 02, 24 and 5B. RGB value is (2,36,91). Sum of RGB (Red+Green+Blue) = 2+36+91=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #02245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02245B is #FDDBA4. Grayscale: #1F1F1F. Windows color (decimal): -16636837 or 5972994. OLE color: 5972994.

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

Color convert

RGB 2 36 91 -
CMYK 0.98 0.60 0 0.64
HSL 217.08º 0.96% 0.18% -
HSV(B) 217.08º 0.98% 0.36% -
XYZ 2.54 2.03 10.16 -
YUV 32.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 2 36 91 0.98 0.60 0 0.64 217.08 0.96 0.18
Hex 2 24 5B 62 3C 0 40 D9 60 12
Octal 2 44 133 142 74 0 100 331 140 22
Binary 10 100100 1011011 1100010 111100 0 1000000 11011001 1100000 10010

Color Harmonies of #02245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02245B

Black with #02245B

Text Example


Text Example

White with #02245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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