Html Css Color HEX #02185D Sapphire

📋 copy color: '#02185D'

red 2 ◦ green 24 ◦ blue 93

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

Shades of Sapphire #02185D

Tints of Sapphire #02185D

RGB

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

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

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

R = 1.68%
G = 20.17%
B = 78.15%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02185D (or 0x02185D) is known color: Sapphire. HEX triplet: 02, 18 and 5D. RGB value is (2,24,93). Sum of RGB (Red+Green+Blue) = 2+24+93=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #02185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02185D is #FDE7A2. Grayscale: #181818. Windows color (decimal): -16639907 or 6100994. OLE color: 6100994.

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

Color convert

RGB 2 24 93 -
CMYK 0.98 0.74 0 0.64
HSL 225.49º 0.96% 0.19% -
HSV(B) 225.49º 0.98% 0.36% -
XYZ 2.33 1.46 10.51 -
YUV 25.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 2 24 93 0.98 0.74 0 0.64 225.49 0.96 0.19
Hex 2 18 5D 62 4A 0 40 E1 60 13
Octal 2 30 135 142 112 0 100 341 140 23
Binary 10 11000 1011101 1100010 1001010 0 1000000 11100001 1100000 10011

Color Harmonies of #02185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02185D

Black with #02185D

Text Example


Text Example

White with #02185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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