#000C5E

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

Shades of Sapphire #000C5E

Tints of Sapphire #000C5E

Color information

#000C5E (or 0x000C5E) is unknown color: approx Sapphire. HEX triplet: 00, 0C and 5E. RGB value is (0,12,94). Sum of RGB (Red+Green+Blue) = 0+12+94=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #000C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C5E is #FFF3A1. Grayscale: #111111. Windows color (decimal): -16774050 or 6163456. OLE color: 6163456.

HSL color Cylindrical-coordinate representation of color #000C5E: hue angle of 232.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C5E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB01294-
CMYK10.8700.63
HSL232.34º100%18.43%-
HSV(B)232.34º100%36.86%-
XYZ2.151.0710.68-
YUV17.76171.02115.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=0%
G=11.32%
B=88.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0129410.8700.63232.3410018.43
Hex0C5E645703Fe86412
Octal01413614412707735014422
Binary01100101111011001001010111011111111101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C5E; }

 p { color: rgb(0,12,94); }

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

<style>
 a { background-color: #000C5E; }

 a { background-color: rgb(0,12,94); }

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

<style>
 span { border-color: #000C5E; }

 span { border-color: rgb(0,12,94); }

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