#00125E

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

Shades of Sapphire #00125E

Tints of Sapphire #00125E

Color information

#00125E (or 0x00125E) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 5E. RGB value is (0,18,94). Sum of RGB (Red+Green+Blue) = 0+18+94=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #00125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00125E is #FFEDA1. Grayscale: #141414. Windows color (decimal): -16772514 or 6164992. OLE color: 6164992.

HSL color Cylindrical-coordinate representation of color #00125E: hue angle of 228.51º 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 #00125E is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB01894-
CMYK10.8100.63
HSL228.51º100%18.43%-
HSV(B)228.51º100%36.86%-
XYZ2.241.2410.71-
YUV21.28169.04112.82-

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) = 16.07%
BLUE value IS 94 (37.11% from 255) = 83.93%
R=0%
G=16.07%
B=83.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0189410.8100.63228.5110018.43
Hex0125E645103Fe56412
Octal02213614412107734514422
Binary010010101111011001001010001011111111100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00125E; }

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

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

<style>
 a { background-color: #00125E; }

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

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

<style>
 span { border-color: #00125E; }

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

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