#00185D

Color #00185D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00185D

Tints of Sapphire #00185D

Color information

#00185D (or 0x00185D) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 5D. RGB value is (0,24,93). Sum of RGB (Red+Green+Blue) = 0+24+93=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #00185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00185D is #FFE7A2. Grayscale: #181818. Windows color (decimal): -16770979 or 6100992. OLE color: 6100992.

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

Color convert

RGB02493-
CMYK10.7400.64
HSL224.52º100%18.24%-
HSV(B)224.52º100%36.47%-
XYZ2.31.4410.51-
YUV24.69166.55110.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 93 (36.72% from 255) = 79.49%
R=0%
G=20.51%
B=79.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0249310.7400.64224.5210018.24
Hex0185D644A040e16412
Octal030135144112010034114422
Binary0110001011101110010010010100100000011100001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00185D;
 }
 .AnyTagClassName
 {
   color: #00185D;
 }
</style>
background-color css

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

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

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

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

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

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