Html Css Color HEX #0B2650 Sapphire

📋 copy color: '#0B2650'

red 11 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #0B2650

Tints of Sapphire #0B2650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

 BLUE value IS 80 (31.64% from 255) = 62.02%

R = 8.53%
G = 29.46%
B = 62.02%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B2650 (or 0x0B2650) is known color: Sapphire. HEX triplet: 0B, 26 and 50. RGB value is (11,38,80). Sum of RGB (Red+Green+Blue) = 11+38+80=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B2650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2650 is #F4D9AF. Grayscale: #222222. Windows color (decimal): -16046512 or 5252619. OLE color: 5252619.

HSL color Cylindrical-coordinate representation of color #0B2650: hue angle of 216.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B2650 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 38 80 -
CMYK 0.86 0.52 0 0.69
HSL 216.52º 0.76% 0.18% -
HSV(B) 216.52º 0.86% 0.31% -
XYZ 2.28 2.04 7.86 -
YUV 34.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 11 38 80 0.86 0.52 0 0.69 216.52 0.76 0.18
Hex B 26 50 56 34 0 45 D9 4C 12
Octal 13 46 120 126 64 0 105 331 114 22
Binary 1011 100110 1010000 1010110 110100 0 1000101 11011001 1001100 10010

Color Harmonies of #0B2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2650

Black with #0B2650

Text Example


Text Example

White with #0B2650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,38,80); }

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

background-color css

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

 a { background-color: rgb(11,38,80); }

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

border-color css

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

 span { border-color: rgb(11,38,80); }

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