Html Css Color HEX #0B256A Sapphire

📋 copy color: '#0B256A'

red 11 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #0B256A

Tints of Sapphire #0B256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

 BLUE value IS 106 (41.8% from 255) = 68.83%

R = 7.14%
G = 24.03%
B = 68.83%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B256A (or 0x0B256A) is known color: Sapphire. HEX triplet: 0B, 25 and 6A. RGB value is (11,37,106). Sum of RGB (Red+Green+Blue) = 11+37+106=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B256A is #F4DA95. Grayscale: #242424. Windows color (decimal): -16046742 or 6956299. OLE color: 6956299.

HSL color Cylindrical-coordinate representation of color #0B256A: hue angle of 223.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B256A is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 37 106 -
CMYK 0.90 0.65 0 0.58
HSL 223.58º 0.81% 0.23% -
HSV(B) 223.58º 0.9% 0.42% -
XYZ 3.4 2.43 13.93 -
YUV 37.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 11 37 106 0.90 0.65 0 0.58 223.58 0.81 0.23
Hex B 25 6A 5A 41 0 3A E0 51 17
Octal 13 45 152 132 101 0 72 340 121 27
Binary 1011 100101 1101010 1011010 1000001 0 111010 11100000 1010001 10111

Color Harmonies of #0B256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B256A

Black with #0B256A

Text Example


Text Example

White with #0B256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,106); }

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

background-color css

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

 a { background-color: rgb(11,37,106); }

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

border-color css

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

 span { border-color: rgb(11,37,106); }

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