Html Css Color HEX #02185A Sapphire

📋 copy color: '#02185A'

red 2 ◦ green 24 ◦ blue 90

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

Shades of Sapphire #02185A

Tints of Sapphire #02185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 77.59%

R = 1.72%
G = 20.69%
B = 77.59%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02185A (or 0x02185A) is known color: Sapphire. HEX triplet: 02, 18 and 5A. RGB value is (2,24,90). Sum of RGB (Red+Green+Blue) = 2+24+90=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #02185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02185A is #FDE7A5. Grayscale: #181818. Windows color (decimal): -16639910 or 5904386. OLE color: 5904386.

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

Color convert

RGB 2 24 90 -
CMYK 0.98 0.73 0 0.65
HSL 225º 0.96% 0.18% -
HSV(B) 225º 0.98% 0.35% -
XYZ 2.2 1.4 9.83 -
YUV 24.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 2 24 90 0.98 0.73 0 0.65 225 0.96 0.18
Hex 2 18 5A 62 49 0 41 E1 60 12
Octal 2 30 132 142 111 0 101 341 140 22
Binary 10 11000 1011010 1100010 1001001 0 1000001 11100001 1100000 10010

Color Harmonies of #02185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02185A

Black with #02185A

Text Example


Text Example

White with #02185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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