Html Css Color HEX #0B3174 Sapphire

📋 copy color: '#0B3174'

red 11 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #0B3174

Tints of Sapphire #0B3174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 6.25%
G = 27.84%
B = 65.91%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B3174 (or 0x0B3174) is known color: Sapphire. HEX triplet: 0B, 31 and 74. RGB value is (11,49,116). Sum of RGB (Red+Green+Blue) = 11+49+116=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B3174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3174 is #F4CE8B. Grayscale: #2C2C2C. Windows color (decimal): -16043660 or 7614731. OLE color: 7614731.

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

Color convert

RGB 11 49 116 -
CMYK 0.91 0.58 0 0.55
HSL 218.29º 0.83% 0.25% -
HSV(B) 218.29º 0.91% 0.45% -
XYZ 4.39 3.53 16.97 -
YUV 45.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 11 49 116 0.91 0.58 0 0.55 218.29 0.83 0.25
Hex B 31 74 5B 3A 0 37 DA 53 19
Octal 13 61 164 133 72 0 67 332 123 31
Binary 1011 110001 1110100 1011011 111010 0 110111 11011010 1010011 11001

Color Harmonies of #0B3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3174

Black with #0B3174

Text Example


Text Example

White with #0B3174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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