Html Css Color HEX #0B1C73 Sapphire

📋 copy color: '#0B1C73'

red 11 ◦ green 28 ◦ blue 115

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

Shades of Sapphire #0B1C73

Tints of Sapphire #0B1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 7.14%
G = 18.18%
B = 74.68%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B1C73 (or 0x0B1C73) is known color: Sapphire. HEX triplet: 0B, 1C and 73. RGB value is (11,28,115). Sum of RGB (Red+Green+Blue) = 11+28+115=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B1C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C73 is #F4E38C. Grayscale: #202020. Windows color (decimal): -16049037 or 7543819. OLE color: 7543819.

HSL color Cylindrical-coordinate representation of color #0B1C73: hue angle of 230.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1C73 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 28 115 -
CMYK 0.90 0.76 0 0.55
HSL 230.19º 0.83% 0.25% -
HSV(B) 230.19º 0.9% 0.45% -
XYZ 3.65 2.14 16.44 -
YUV 32.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 11 28 115 0.90 0.76 0 0.55 230.19 0.83 0.25
Hex B 1C 73 5A 4C 0 37 E6 53 19
Octal 13 34 163 132 114 0 67 346 123 31
Binary 1011 11100 1110011 1011010 1001100 0 110111 11100110 1010011 11001

Color Harmonies of #0B1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C73

Black with #0B1C73

Text Example


Text Example

White with #0B1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,28,115); }

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

background-color css

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

 a { background-color: rgb(11,28,115); }

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

border-color css

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

 span { border-color: rgb(11,28,115); }

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