Html Css Color HEX #0B276C Sapphire

📋 copy color: '#0B276C'

red 11 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #0B276C

Tints of Sapphire #0B276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

 BLUE value IS 108 (42.58% from 255) = 68.35%

R = 6.96%
G = 24.68%
B = 68.35%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B276C (or 0x0B276C) is known color: Sapphire. HEX triplet: 0B, 27 and 6C. RGB value is (11,39,108). Sum of RGB (Red+Green+Blue) = 11+39+108=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B276C is #F4D893. Grayscale: #262626. Windows color (decimal): -16046228 or 7087883. OLE color: 7087883.

HSL color Cylindrical-coordinate representation of color #0B276C: hue angle of 222.68º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B276C is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 39 108 -
CMYK 0.90 0.64 0 0.58
HSL 222.68º 0.82% 0.23% -
HSV(B) 222.68º 0.9% 0.42% -
XYZ 3.57 2.6 14.5 -
YUV 38.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 11 39 108 0.90 0.64 0 0.58 222.68 0.82 0.23
Hex B 27 6C 5A 40 0 3A DF 52 17
Octal 13 47 154 132 100 0 72 337 122 27
Binary 1011 100111 1101100 1011010 1000000 0 111010 11011111 1010010 10111

Color Harmonies of #0B276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B276C

Black with #0B276C

Text Example


Text Example

White with #0B276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,39,108); }

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

background-color css

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

 a { background-color: rgb(11,39,108); }

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

border-color css

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

 span { border-color: rgb(11,39,108); }

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