#00187B

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

Shades of Sapphire #00187B

Tints of Sapphire #00187B

Color information

#00187B (or 0x00187B) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 7B. RGB value is (0,24,123). Sum of RGB (Red+Green+Blue) = 0+24+123=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #00187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00187B is #FFE784. Grayscale: #1B1B1B. Windows color (decimal): -16770949 or 8067072. OLE color: 8067072.

HSL color Cylindrical-coordinate representation of color #00187B: hue angle of 228.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00187B is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB024123-
CMYK10.8000.52
HSL228.29º100%24.12%-
HSV(B)228.29º100%48.24%-
XYZ3.92.0818.94-
YUV28.11181.55107.95-

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) = 16.33%
BLUE value IS 123 (48.44% from 255) = 83.67%
R=0%
G=16.33%
B=83.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal02412310.8000.52228.2910024.12
Hex0187B6450034e46418
Octal03017314412006434414430
Binary011000111101111001001010000011010011100100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00187B; }

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

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

<style>
 a { background-color: #00187B; }

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

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

<style>
 span { border-color: #00187B; }

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

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