Html Css Color HEX #02187D Sapphire

📋 copy color: '#02187D'

red 2 ◦ green 24 ◦ blue 125

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

Shades of Sapphire #02187D

Tints of Sapphire #02187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

 BLUE value IS 125 (49.22% from 255) = 82.78%

R = 1.32%
G = 15.89%
B = 82.78%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02187D (or 0x02187D) is known color: Sapphire. HEX triplet: 02, 18 and 7D. RGB value is (2,24,125). Sum of RGB (Red+Green+Blue) = 2+24+125=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #02187D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02187D is #FDE782. Grayscale: #1C1C1C. Windows color (decimal): -16639875 or 8198146. OLE color: 8198146.

HSL color Cylindrical-coordinate representation of color #02187D: hue angle of 229.27º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02187D is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 24 125 -
CMYK 0.98 0.81 0 0.51
HSL 229.27º 0.97% 0.25% -
HSV(B) 229.27º 0.98% 0.49% -
XYZ 4.05 2.15 19.6 -
YUV 28.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 2 24 125 0.98 0.81 0 0.51 229.27 0.97 0.25
Hex 2 18 7D 62 51 0 33 E5 61 19
Octal 2 30 175 142 121 0 63 345 141 31
Binary 10 11000 1111101 1100010 1010001 0 110011 11100101 1100001 11001

Color Harmonies of #02187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02187D

Black with #02187D

Text Example


Text Example

White with #02187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,24,125); }

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

background-color css

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

 a { background-color: rgb(2,24,125); }

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

border-color css

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

 span { border-color: rgb(2,24,125); }

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