#0B1F62

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

Shades of Sapphire #0B1F62

Tints of Sapphire #0B1F62

Color information

#0B1F62 (or 0x0B1F62) is unknown color: approx Sapphire. HEX triplet: 0B, 1F and 62. RGB value is (11,31,98). Sum of RGB (Red+Green+Blue) = 11+31+98=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B1F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F62 is #F4E09D. Grayscale: #202020. Windows color (decimal): -16048286 or 6430475. OLE color: 6430475.

HSL color Cylindrical-coordinate representation of color #0B1F62: hue angle of 226.21º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1F62 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB113198-
CMYK0.890.6800.62
HSL226.21º79.82%21.37%-
HSV(B)226.21º88.78%38.43%-
XYZ2.831.9311.78-
YUV32.66164.87112.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.86%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 98 (38.67% from 255) = 70%
R=7.86%
G=22.14%
B=70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1131980.890.6800.62226.2179.8221.37
HexB1F62594403Ee25015
Octal133714213110407634212025
Binary101111111110001010110011000100011111011100010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,31,98); }

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

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

 a { background-color: rgb(11,31,98); }

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

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

 span { border-color: rgb(11,31,98); }

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