Html Css Color HEX #0B3175 Sapphire

📋 copy color: '#0B3175'

red 11 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #0B3175

Tints of Sapphire #0B3175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 6.21%
G = 27.68%
B = 66.1%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B3175 (or 0x0B3175) is known color: Sapphire. HEX triplet: 0B, 31 and 75. RGB value is (11,49,117). Sum of RGB (Red+Green+Blue) = 11+49+117=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B3175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3175 is #F4CE8A. Grayscale: #2D2D2D. Windows color (decimal): -16043659 or 7680267. OLE color: 7680267.

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

Color convert

RGB 11 49 117 -
CMYK 0.91 0.58 0 0.54
HSL 218.49º 0.83% 0.25% -
HSV(B) 218.49º 0.91% 0.46% -
XYZ 4.45 3.55 17.28 -
YUV 45.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 11 49 117 0.91 0.58 0 0.54 218.49 0.83 0.25
Hex B 31 75 5B 3A 0 36 DA 53 19
Octal 13 61 165 133 72 0 66 332 123 31
Binary 1011 110001 1110101 1011011 111010 0 110110 11011010 1010011 11001

Color Harmonies of #0B3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3175

Black with #0B3175

Text Example


Text Example

White with #0B3175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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