Html Css Color HEX #0B2461 Sapphire

📋 copy color: '#0B2461'

red 11 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #0B2461

Tints of Sapphire #0B2461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 7.64%
G = 25%
B = 67.36%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2461 (or 0x0B2461) is known color: Sapphire. HEX triplet: 0B, 24 and 61. RGB value is (11,36,97). Sum of RGB (Red+Green+Blue) = 11+36+97=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B2461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2461 is #F4DB9E. Grayscale: #232323. Windows color (decimal): -16047007 or 6366219. OLE color: 6366219.

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

Color convert

RGB 11 36 97 -
CMYK 0.89 0.63 0 0.62
HSL 222.56º 0.8% 0.21% -
HSV(B) 222.56º 0.89% 0.38% -
XYZ 2.93 2.2 11.58 -
YUV 35.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 11 36 97 0.89 0.63 0 0.62 222.56 0.8 0.21
Hex B 24 61 59 3F 0 3E DF 50 15
Octal 13 44 141 131 77 0 76 337 120 25
Binary 1011 100100 1100001 1011001 111111 0 111110 11011111 1010000 10101

Color Harmonies of #0B2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2461

Black with #0B2461

Text Example


Text Example

White with #0B2461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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