Html Css Color HEX #02187C Sapphire

📋 copy color: '#02187C'

red 2 ◦ green 24 ◦ blue 124

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

Shades of Sapphire #02187C

Tints of Sapphire #02187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 82.67%

R = 1.33%
G = 16%
B = 82.67%

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

#02187C (or 0x02187C) is known color: Sapphire. HEX triplet: 02, 18 and 7C. RGB value is (2,24,124). Sum of RGB (Red+Green+Blue) = 2+24+124=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #02187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02187C is #FDE783. Grayscale: #1C1C1C. Windows color (decimal): -16639876 or 8132610. OLE color: 8132610.

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

Color convert

RGB 2 24 124 -
CMYK 0.98 0.81 0 0.51
HSL 229.18º 0.97% 0.25% -
HSV(B) 229.18º 0.98% 0.49% -
XYZ 3.99 2.12 19.27 -
YUV 28.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 2 24 124 0.98 0.81 0 0.51 229.18 0.97 0.25
Hex 2 18 7C 62 51 0 33 E5 61 19
Octal 2 30 174 142 121 0 63 345 141 31
Binary 10 11000 1111100 1100010 1010001 0 110011 11100101 1100001 11001

Color Harmonies of #02187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02187C

Black with #02187C

Text Example


Text Example

White with #02187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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