#00214d

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

Shades of Sapphire #00214D

Tints of Sapphire #00214D

Color information

#00214D (or 0x00214D) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 4D. RGB value is (0,33,77). Sum of RGB (Red+Green+Blue) = 0+33+77=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #00214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00214D is #FFDEB2. Grayscale: #1B1B1B. Windows color (decimal): -16768691 or 5054720. OLE color: 5054720.

HSL color Cylindrical-coordinate representation of color #00214D: hue angle of 214.29º 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 #00214D is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB03377-
CMYK10.5700.70
HSL214.29º100%15.1%-
HSV(B)214.29º100%30.2%-
XYZ1.881.627.24-
YUV28.15155.57107.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 77 (30.47% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0337710.5700.70214.2910015.1
Hex0214D6439046d664f
Octal04111514471010632614417
Binary010000110011011100100111001010001101101011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00214d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00214d; }

 p { color: rgb(0,33,77); }

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

<style>
 a { background-color: #00214d; }

 a { background-color: rgb(0,33,77); }

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

<style>
 span { border-color: #00214d; }

 span { border-color: rgb(0,33,77); }

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