Html Css Color HEX #0B2657 Sapphire

📋 copy color: '#0B2657'

red 11 ◦ green 38 ◦ blue 87

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

Shades of Sapphire #0B2657

Tints of Sapphire #0B2657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.97%

R = 8.09%
G = 27.94%
B = 63.97%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0B2657 (or 0x0B2657) is known color: Sapphire. HEX triplet: 0B, 26 and 57. RGB value is (11,38,87). Sum of RGB (Red+Green+Blue) = 11+38+87=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B2657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2657 is #F4D9A8. Grayscale: #232323. Windows color (decimal): -16046505 or 5711371. OLE color: 5711371.

HSL color Cylindrical-coordinate representation of color #0B2657: hue angle of 218.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2657 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 38 87 -
CMYK 0.87 0.56 0 0.66
HSL 218.68º 0.78% 0.19% -
HSV(B) 218.68º 0.87% 0.34% -
XYZ 2.55 2.15 9.3 -
YUV 35.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 11 38 87 0.87 0.56 0 0.66 218.68 0.78 0.19
Hex B 26 57 57 38 0 42 DB 4E 13
Octal 13 46 127 127 70 0 102 333 116 23
Binary 1011 100110 1010111 1010111 111000 0 1000010 11011011 1001110 10011

Color Harmonies of #0B2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2657

Black with #0B2657

Text Example


Text Example

White with #0B2657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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