Html Css Color HEX #02186D Sapphire

📋 copy color: '#02186D'

red 2 ◦ green 24 ◦ blue 109

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

Shades of Sapphire #02186D

Tints of Sapphire #02186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 1.48%
G = 17.78%
B = 80.74%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02186D (or 0x02186D) is known color: Sapphire. HEX triplet: 02, 18 and 6D. RGB value is (2,24,109). Sum of RGB (Red+Green+Blue) = 2+24+109=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #02186D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02186D is #FDE792. Grayscale: #1A1A1A. Windows color (decimal): -16639891 or 7149570. OLE color: 7149570.

HSL color Cylindrical-coordinate representation of color #02186D: hue angle of 227.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02186D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 24 109 -
CMYK 0.98 0.78 0 0.57
HSL 227.66º 0.96% 0.22% -
HSV(B) 227.66º 0.98% 0.43% -
XYZ 3.11 1.77 14.65 -
YUV 27.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 2 24 109 0.98 0.78 0 0.57 227.66 0.96 0.22
Hex 2 18 6D 62 4E 0 39 E4 60 16
Octal 2 30 155 142 116 0 71 344 140 26
Binary 10 11000 1101101 1100010 1001110 0 111001 11100100 1100000 10110

Color Harmonies of #02186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02186D

Black with #02186D

Text Example


Text Example

White with #02186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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