Html Css Color HEX #02125D Sapphire

📋 copy color: '#02125D'

red 2 ◦ green 18 ◦ blue 93

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

Shades of Sapphire #02125D

Tints of Sapphire #02125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

 BLUE value IS 93 (36.72% from 255) = 82.3%

R = 1.77%
G = 15.93%
B = 82.3%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02125D (or 0x02125D) is known color: Sapphire. HEX triplet: 02, 12 and 5D. RGB value is (2,18,93). Sum of RGB (Red+Green+Blue) = 2+18+93=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #02125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02125D is #FDEDA2. Grayscale: #151515. Windows color (decimal): -16641443 or 6099458. OLE color: 6099458.

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

Color convert

RGB 2 18 93 -
CMYK 0.98 0.81 0 0.64
HSL 229.45º 0.96% 0.19% -
HSV(B) 229.45º 0.98% 0.36% -
XYZ 2.22 1.24 10.48 -
YUV 21.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 2 18 93 0.98 0.81 0 0.64 229.45 0.96 0.19
Hex 2 12 5D 62 51 0 40 E5 60 13
Octal 2 22 135 142 121 0 100 345 140 23
Binary 10 10010 1011101 1100010 1010001 0 1000000 11100101 1100000 10011

Color Harmonies of #02125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02125D

Black with #02125D

Text Example


Text Example

White with #02125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02125D; }

 p { color: rgb(2,18,93); }

 H1.HeaderClassName
 {
   color: #02125D;
 }
 .AnyTagClassName
 {
   color: #02125D;
 }
</style>

background-color css

<style>
 a { background-color: #02125D; }

 a { background-color: rgb(2,18,93); }

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

border-color css

<style>
 span { border-color: #02125D; }

 span { border-color: rgb(2,18,93); }

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