#00124C

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

Shades of Sapphire #00124C

Tints of Sapphire #00124C

Color information

#00124C (or 0x00124C) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 4C. RGB value is (0,18,76). Sum of RGB (Red+Green+Blue) = 0+18+76=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #00124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00124C is #FFEDB3. Grayscale: #121212. Windows color (decimal): -16772532 or 4985344. OLE color: 4985344.

HSL color Cylindrical-coordinate representation of color #00124C: hue angle of 225.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00124C is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB01876-
CMYK10.7600.70
HSL225.79º100%14.9%-
HSV(B)225.79º100%29.8%-
XYZ1.520.956.94-
YUV19.23160.04114.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 76 (30.08% from 255) = 80.85%
R=0%
G=19.15%
B=80.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0187610.7600.70225.7910014.9
Hex0124C644C046e264f
Octal022114144114010634214417
Binary010010100110011001001001100010001101110001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00124C; }

 p { color: rgb(0,18,76); }

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

<style>
 a { background-color: #00124C; }

 a { background-color: rgb(0,18,76); }

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

<style>
 span { border-color: #00124C; }

 span { border-color: rgb(0,18,76); }

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