Html Css Color HEX #0B256C Sapphire

📋 copy color: '#0B256C'

red 11 ◦ green 37 ◦ blue 108

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

Shades of Sapphire #0B256C

Tints of Sapphire #0B256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 7.05%
G = 23.72%
B = 69.23%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B256C (or 0x0B256C) is known color: Sapphire. HEX triplet: 0B, 25 and 6C. RGB value is (11,37,108). Sum of RGB (Red+Green+Blue) = 11+37+108=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B256C is #F4DA93. Grayscale: #252525. Windows color (decimal): -16046740 or 7087371. OLE color: 7087371.

HSL color Cylindrical-coordinate representation of color #0B256C: hue angle of 223.92º degrees, saturation: 0.82, 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 #0B256C is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 37 108 -
CMYK 0.90 0.66 0 0.58
HSL 223.92º 0.82% 0.23% -
HSV(B) 223.92º 0.9% 0.42% -
XYZ 3.51 2.48 14.48 -
YUV 37.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 11 37 108 0.90 0.66 0 0.58 223.92 0.82 0.23
Hex B 25 6C 5A 42 0 3A E0 52 17
Octal 13 45 154 132 102 0 72 340 122 27
Binary 1011 100101 1101100 1011010 1000010 0 111010 11100000 1010010 10111

Color Harmonies of #0B256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B256C

Black with #0B256C

Text Example


Text Example

White with #0B256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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