Html Css Color HEX #0B2464 Sapphire

📋 copy color: '#0B2464'

red 11 ◦ green 36 ◦ blue 100

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

Shades of Sapphire #0B2464

Tints of Sapphire #0B2464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

 BLUE value IS 100 (39.45% from 255) = 68.03%

R = 7.48%
G = 24.49%
B = 68.03%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0B2464 (or 0x0B2464) is known color: Sapphire. HEX triplet: 0B, 24 and 64. RGB value is (11,36,100). Sum of RGB (Red+Green+Blue) = 11+36+100=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #0B2464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2464 is #F4DB9B. Grayscale: #232323. Windows color (decimal): -16047004 or 6562827. OLE color: 6562827.

HSL color Cylindrical-coordinate representation of color #0B2464: hue angle of 223.15º 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 #0B2464 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 11 36 100 -
CMYK 0.89 0.64 0 0.61
HSL 223.15º 0.8% 0.22% -
HSV(B) 223.15º 0.89% 0.39% -
XYZ 3.07 2.25 12.33 -
YUV 35.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 11 36 100 0.89 0.64 0 0.61 223.15 0.8 0.22
Hex B 24 64 59 40 0 3D DF 50 16
Octal 13 44 144 131 100 0 75 337 120 26
Binary 1011 100100 1100100 1011001 1000000 0 111101 11011111 1010000 10110

Color Harmonies of #0B2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2464

Black with #0B2464

Text Example


Text Example

White with #0B2464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,36,100); }

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

background-color css

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

 a { background-color: rgb(11,36,100); }

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

border-color css

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

 span { border-color: rgb(11,36,100); }

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