Html Css Color HEX #0B2563 Sapphire

📋 copy color: '#0B2563'

red 11 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #0B2563

Tints of Sapphire #0B2563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.35%

R = 7.48%
G = 25.17%
B = 67.35%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0B2563 (or 0x0B2563) is known color: Sapphire. HEX triplet: 0B, 25 and 63. RGB value is (11,37,99). Sum of RGB (Red+Green+Blue) = 11+37+99=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B2563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2563 is #F4DA9C. Grayscale: #242424. Windows color (decimal): -16046749 or 6497547. OLE color: 6497547.

HSL color Cylindrical-coordinate representation of color #0B2563: hue angle of 222.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2563 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 11 37 99 -
CMYK 0.89 0.63 0 0.61
HSL 222.27º 0.8% 0.22% -
HSV(B) 222.27º 0.89% 0.39% -
XYZ 3.05 2.3 12.09 -
YUV 36.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 11 37 99 0.89 0.63 0 0.61 222.27 0.8 0.22
Hex B 25 63 59 3F 0 3D DE 50 16
Octal 13 45 143 131 77 0 75 336 120 26
Binary 1011 100101 1100011 1011001 111111 0 111101 11011110 1010000 10110

Color Harmonies of #0B2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2563

Black with #0B2563

Text Example


Text Example

White with #0B2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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