Html Css Color HEX #0B316C Sapphire

📋 copy color: '#0B316C'

red 11 ◦ green 49 ◦ blue 108

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

Shades of Sapphire #0B316C

Tints of Sapphire #0B316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 6.55%
G = 29.17%
B = 64.29%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B316C (or 0x0B316C) is known color: Sapphire. HEX triplet: 0B, 31 and 6C. RGB value is (11,49,108). Sum of RGB (Red+Green+Blue) = 11+49+108=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B316C is #F4CE93. Grayscale: #2C2C2C. Windows color (decimal): -16043668 or 7090443. OLE color: 7090443.

HSL color Cylindrical-coordinate representation of color #0B316C: hue angle of 216.49º 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 #0B316C is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 49 108 -
CMYK 0.90 0.55 0 0.58
HSL 216.49º 0.82% 0.23% -
HSV(B) 216.49º 0.9% 0.42% -
XYZ 3.94 3.35 14.63 -
YUV 44.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 11 49 108 0.90 0.55 0 0.58 216.49 0.82 0.23
Hex B 31 6C 5A 37 0 3A D8 52 17
Octal 13 61 154 132 67 0 72 330 122 27
Binary 1011 110001 1101100 1011010 110111 0 111010 11011000 1010010 10111

Color Harmonies of #0B316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B316C

Black with #0B316C

Text Example


Text Example

White with #0B316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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