#00124F

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

Shades of Sapphire #00124F

Tints of Sapphire #00124F

Color information

#00124F (or 0x00124F) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 4F. RGB value is (0,18,79). Sum of RGB (Red+Green+Blue) = 0+18+79=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #00124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00124F is #FFEDB0. Grayscale: #131313. Windows color (decimal): -16772529 or 5181952. OLE color: 5181952.

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

Color convert

RGB01879-
CMYK10.7700.69
HSL226.33º100%15.49%-
HSV(B)226.33º100%30.98%-
XYZ1.6317.5-
YUV19.57161.54114.04-

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) = 18.56%
BLUE value IS 79 (31.25% from 255) = 81.44%
R=0%
G=18.56%
B=81.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0187910.7700.69226.3310015.49
Hex0124F644D045e264f
Octal022117144115010534214417
Binary010010100111111001001001101010001011110001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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