Html Css Color HEX #0B2959 Sapphire

📋 copy color: '#0B2959'

red 11 ◦ green 41 ◦ blue 89

#0B2959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0B2959

Tints of Sapphire #0B2959

RGB

 RED value IS 11 (4.69% from 255) = 7.8%

 GREEN value IS 41 (16.41% from 255) = 29.08%

 BLUE value IS 89 (35.16% from 255) = 63.12%

R = 7.8%
G = 29.08%
B = 63.12%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2959 (or 0x0B2959) is known color: Sapphire. HEX triplet: 0B, 29 and 59. RGB value is (11,41,89). Sum of RGB (Red+Green+Blue) = 11+41+89=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2959 is #F4D6A6. Grayscale: #252525. Windows color (decimal): -16045735 or 5843211. OLE color: 5843211.

HSL color Cylindrical-coordinate representation of color #0B2959: hue angle of 216.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2959 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 41 89 -
CMYK 0.88 0.54 0 0.65
HSL 216.92º 0.78% 0.2% -
HSV(B) 216.92º 0.88% 0.35% -
XYZ 2.73 2.38 9.77 -
YUV 37.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 11 41 89 0.88 0.54 0 0.65 216.92 0.78 0.2
Hex B 29 59 58 36 0 41 D9 4E 14
Octal 13 51 131 130 66 0 101 331 116 24
Binary 1011 101001 1011001 1011000 110110 0 1000001 11011001 1001110 10100

Color Harmonies of #0B2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2959

Black with #0B2959

Text Example


Text Example

White with #0B2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,89); }

 H1.HeaderClassName
 {
   color: #0B2959;
 }
 .AnyTagClassName
 {
   color: #0B2959;
 }
</style>

background-color css

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

 a { background-color: rgb(11,41,89); }

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

border-color css

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

 span { border-color: rgb(11,41,89); }

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