Html Css Color HEX #02185C Sapphire

📋 copy color: '#02185C'

red 2 ◦ green 24 ◦ blue 92

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

Shades of Sapphire #02185C

Tints of Sapphire #02185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 77.97%

R = 1.69%
G = 20.34%
B = 77.97%

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

#02185C (or 0x02185C) is known color: Sapphire. HEX triplet: 02, 18 and 5C. RGB value is (2,24,92). Sum of RGB (Red+Green+Blue) = 2+24+92=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #02185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02185C is #FDE7A3. Grayscale: #181818. Windows color (decimal): -16639908 or 6035458. OLE color: 6035458.

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

Color convert

RGB 2 24 92 -
CMYK 0.98 0.74 0 0.64
HSL 225.33º 0.96% 0.18% -
HSV(B) 225.33º 0.98% 0.36% -
XYZ 2.28 1.44 10.28 -
YUV 25.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 2 24 92 0.98 0.74 0 0.64 225.33 0.96 0.18
Hex 2 18 5C 62 4A 0 40 E1 60 12
Octal 2 30 134 142 112 0 100 341 140 22
Binary 10 11000 1011100 1100010 1001010 0 1000000 11100001 1100000 10010

Color Harmonies of #02185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02185C

Black with #02185C

Text Example


Text Example

White with #02185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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