#000C47

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

Shades of Sapphire #000C47

Tints of Sapphire #000C47

Color information

#000C47 (or 0x000C47) is unknown color: approx Sapphire. HEX triplet: 00, 0C and 47. RGB value is (0,12,71). Sum of RGB (Red+Green+Blue) = 0+12+71=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #000C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C47 is #FFF3B8. Grayscale: #0E0E0E. Windows color (decimal): -16774073 or 4656128. OLE color: 4656128.

HSL color Cylindrical-coordinate representation of color #000C47: hue angle of 229.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C47 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB01271-
CMYK10.8300.72
HSL229.86º100%13.92%-
HSV(B)229.86º100%27.84%-
XYZ1.270.726.03-
YUV15.14159.52117.2-

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) = 14.46%
BLUE value IS 71 (28.12% from 255) = 85.54%
R=0%
G=14.46%
B=85.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0127110.8300.72229.8610013.92
Hex0C476453048e664e
Octal014107144123011034614416
Binary01100100011111001001010011010010001110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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