Html Css Color HEX #0B3177 Sapphire

📋 copy color: '#0B3177'

red 11 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #0B3177

Tints of Sapphire #0B3177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 6.15%
G = 27.37%
B = 66.48%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B3177 (or 0x0B3177) is known color: Sapphire. HEX triplet: 0B, 31 and 77. RGB value is (11,49,119). Sum of RGB (Red+Green+Blue) = 11+49+119=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3177 is #F4CE88. Grayscale: #2D2D2D. Windows color (decimal): -16043657 or 7811339. OLE color: 7811339.

HSL color Cylindrical-coordinate representation of color #0B3177: hue angle of 218.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3177 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 49 119 -
CMYK 0.91 0.59 0 0.53
HSL 218.89º 0.83% 0.25% -
HSV(B) 218.89º 0.91% 0.47% -
XYZ 4.57 3.6 17.91 -
YUV 45.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 11 49 119 0.91 0.59 0 0.53 218.89 0.83 0.25
Hex B 31 77 5B 3B 0 35 DB 53 19
Octal 13 61 167 133 73 0 65 333 123 31
Binary 1011 110001 1110111 1011011 111011 0 110101 11011011 1010011 11001

Color Harmonies of #0B3177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3177

Black with #0B3177

Text Example


Text Example

White with #0B3177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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