Html Css Color HEX #02255C Sapphire

📋 copy color: '#02255C'

red 2 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #02255C

Tints of Sapphire #02255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 1.53%
G = 28.24%
B = 70.23%

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

#02255C (or 0x02255C) is known color: Sapphire. HEX triplet: 02, 25 and 5C. RGB value is (2,37,92). Sum of RGB (Red+Green+Blue) = 2+37+92=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #02255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02255C is #FDDAA3. Grayscale: #202020. Windows color (decimal): -16636580 or 6038786. OLE color: 6038786.

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

Color convert

RGB 2 37 92 -
CMYK 0.98 0.60 0 0.64
HSL 216.67º 0.96% 0.18% -
HSV(B) 216.67º 0.98% 0.36% -
XYZ 2.62 2.11 10.39 -
YUV 32.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 2 37 92 0.98 0.60 0 0.64 216.67 0.96 0.18
Hex 2 25 5C 62 3C 0 40 D9 60 12
Octal 2 45 134 142 74 0 100 331 140 22
Binary 10 100101 1011100 1100010 111100 0 1000000 11011001 1100000 10010

Color Harmonies of #02255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02255C

Black with #02255C

Text Example


Text Example

White with #02255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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