Html Css Color HEX #0B2660 Sapphire

📋 copy color: '#0B2660'

red 11 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #0B2660

Tints of Sapphire #0B2660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 7.59%
G = 26.21%
B = 66.21%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2660 (or 0x0B2660) is known color: Sapphire. HEX triplet: 0B, 26 and 60. RGB value is (11,38,96). Sum of RGB (Red+Green+Blue) = 11+38+96=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B2660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2660 is #F4D99F. Grayscale: #242424. Windows color (decimal): -16046496 or 6301195. OLE color: 6301195.

HSL color Cylindrical-coordinate representation of color #0B2660: hue angle of 220.94º degrees, saturation: 0.79, 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 #0B2660 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 38 96 -
CMYK 0.89 0.60 0 0.62
HSL 220.94º 0.79% 0.21% -
HSV(B) 220.94º 0.89% 0.38% -
XYZ 2.94 2.3 11.36 -
YUV 36.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 11 38 96 0.89 0.60 0 0.62 220.94 0.79 0.21
Hex B 26 60 59 3C 0 3E DD 4F 15
Octal 13 46 140 131 74 0 76 335 117 25
Binary 1011 100110 1100000 1011001 111100 0 111110 11011101 1001111 10101

Color Harmonies of #0B2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2660

Black with #0B2660

Text Example


Text Example

White with #0B2660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,38,96); }

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

background-color css

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

 a { background-color: rgb(11,38,96); }

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

border-color css

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

 span { border-color: rgb(11,38,96); }

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