#0B214A

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

Shades of Sapphire #0B214A

Tints of Sapphire #0B214A

Color information

#0B214A (or 0x0B214A) is unknown color: approx Sapphire. HEX triplet: 0B, 21 and 4A. RGB value is (11,33,74). Sum of RGB (Red+Green+Blue) = 11+33+74=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B214A is #F4DEB5. Grayscale: #1E1E1E. Windows color (decimal): -16047798 or 4858123. OLE color: 4858123.

HSL color Cylindrical-coordinate representation of color #0B214A: hue angle of 219.05º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B214A is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB113374-
CMYK0.850.5500.71
HSL219.05º74.12%16.67%-
HSV(B)219.05º85.14%29.02%-
XYZ1.921.656.7-
YUV31.1152.21113.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 74 (29.30% from 255) = 62.71%
R=9.32%
G=27.97%
B=62.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1133740.850.5500.71219.0574.1216.67
HexB214A5537047db4a11
Octal134111212567010733311221
Binary1011100001100101010101011101110100011111011011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B214A; }

 p { color: rgb(11,33,74); }

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

<style>
 a { background-color: #0B214A; }

 a { background-color: rgb(11,33,74); }

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

<style>
 span { border-color: #0B214A; }

 span { border-color: rgb(11,33,74); }

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