#01214E

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

Shades of Sapphire #01214E

Tints of Sapphire #01214E

Color information

#01214E (or 0x01214E) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 4E. RGB value is (1,33,78). Sum of RGB (Red+Green+Blue) = 1+33+78=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #01214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01214E is #FEDEB1. Grayscale: #1C1C1C. Windows color (decimal): -16703154 or 5120257. OLE color: 5120257.

HSL color Cylindrical-coordinate representation of color #01214E: hue angle of 215.06º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01214E is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13378-
CMYK0.990.5800.69
HSL215.06º97.47%15.49%-
HSV(B)215.06º98.72%30.59%-
XYZ1.931.647.42-
YUV28.56155.9108.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 78 (30.86% from 255) = 69.64%
R=0.89%
G=29.46%
B=69.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal133780.990.5800.69215.0697.4715.49
Hex1214E633A045d761f
Octal14111614372010532714117
Binary110000110011101100011111010010001011101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,33,78); }

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

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

 a { background-color: rgb(1,33,78); }

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

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

 span { border-color: rgb(1,33,78); }

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