Html Css Color HEX #0B2065 Sapphire

📋 copy color: '#0B2065'

red 11 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #0B2065

Tints of Sapphire #0B2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

 BLUE value IS 101 (39.84% from 255) = 70.14%

R = 7.64%
G = 22.22%
B = 70.14%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0B2065 (or 0x0B2065) is known color: Sapphire. HEX triplet: 0B, 20 and 65. RGB value is (11,32,101). Sum of RGB (Red+Green+Blue) = 11+32+101=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B2065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2065 is #F4DF9A. Grayscale: #212121. Windows color (decimal): -16048027 or 6627339. OLE color: 6627339.

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

Color convert

RGB 11 32 101 -
CMYK 0.89 0.68 0 0.60
HSL 226º 0.8% 0.22% -
HSV(B) 226º 0.89% 0.4% -
XYZ 3 2.04 12.55 -
YUV 33.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 11 32 101 0.89 0.68 0 0.60 226 0.8 0.22
Hex B 20 65 59 44 0 3C E2 50 16
Octal 13 40 145 131 104 0 74 342 120 26
Binary 1011 100000 1100101 1011001 1000100 0 111100 11100010 1010000 10110

Color Harmonies of #0B2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2065

Black with #0B2065

Text Example


Text Example

White with #0B2065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,32,101); }

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

background-color css

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

 a { background-color: rgb(11,32,101); }

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

border-color css

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

 span { border-color: rgb(11,32,101); }

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