Html Css Color HEX #0B265B Sapphire

📋 copy color: '#0B265B'

red 11 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #0B265B

Tints of Sapphire #0B265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65%

R = 7.86%
G = 27.14%
B = 65%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B265B (or 0x0B265B) is known color: Sapphire. HEX triplet: 0B, 26 and 5B. RGB value is (11,38,91). Sum of RGB (Red+Green+Blue) = 11+38+91=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B265B is #F4D9A4. Grayscale: #232323. Windows color (decimal): -16046501 or 5973515. OLE color: 5973515.

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

Color convert

RGB 11 38 91 -
CMYK 0.88 0.58 0 0.64
HSL 219.75º 0.78% 0.2% -
HSV(B) 219.75º 0.88% 0.36% -
XYZ 2.72 2.21 10.18 -
YUV 35.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 11 38 91 0.88 0.58 0 0.64 219.75 0.78 0.2
Hex B 26 5B 58 3A 0 40 DC 4E 14
Octal 13 46 133 130 72 0 100 334 116 24
Binary 1011 100110 1011011 1011000 111010 0 1000000 11011100 1001110 10100

Color Harmonies of #0B265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B265B

Black with #0B265B

Text Example


Text Example

White with #0B265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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