#01214B

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

Shades of Sapphire #01214B

Tints of Sapphire #01214B

Color information

#01214B (or 0x01214B) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 4B. RGB value is (1,33,75). Sum of RGB (Red+Green+Blue) = 1+33+75=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #01214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01214B is #FEDEB4. Grayscale: #1C1C1C. Windows color (decimal): -16703157 or 4923649. OLE color: 4923649.

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

Color convert

RGB13375-
CMYK0.990.5600.71
HSL214.05º97.37%14.9%-
HSV(B)214.05º98.67%29.41%-
XYZ1.831.66.87-
YUV28.22154.4108.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=0.92%
G=30.28%
B=68.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal133750.990.5600.71214.0597.3714.9
Hex1214B6338047d661f
Octal14111314370010732614117
Binary110000110010111100011111000010001111101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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