Html Css Color HEX #0315BB Medium Blue

📋 copy color: '#0315BB'

red 3 ◦ green 21 ◦ blue 187

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

Shades of Medium Blue #0315BB

Tints of Medium Blue #0315BB

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 187 (73.44% from 255) = 88.63%

R = 1.42%
G = 9.95%
B = 88.63%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0315BB (or 0x0315BB) is known color: Medium Blue. HEX triplet: 03, 15 and BB. RGB value is (3,21,187). Sum of RGB (Red+Green+Blue) = 3+21+187=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #0315BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315BB is #FCEA44. Grayscale: #212121. Windows color (decimal): -16575045 or 12260611. OLE color: 12260611.

HSL color Cylindrical-coordinate representation of color #0315BB: hue angle of 234.13º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0315BB is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 21 187 -
CMYK 0.98 0.89 0 0.27
HSL 234.13º 0.97% 0.37% -
HSV(B) 234.13º 0.98% 0.73% -
XYZ 9.28 4.14 47.32 -
YUV 34.54 214.04 105.5 -
System Red Green Blue C M Y K H S L
Decimal 3 21 187 0.98 0.89 0 0.27 234.13 0.97 0.37
Hex 3 15 BB 62 59 0 1B EA 61 25
Octal 3 25 273 142 131 0 33 352 141 45
Binary 11 10101 10111011 1100010 1011001 0 11011 11101010 1100001 100101

Color Harmonies of #0315BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0315BB

Black with #0315BB

Text Example


Text Example

White with #0315BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0315BB; }

 p { color: rgb(3,21,187); }

 H1.HeaderClassName
 {
   color: #0315BB;
 }
 .AnyTagClassName
 {
   color: #0315BB;
 }
</style>

background-color css

<style>
 a { background-color: #0315BB; }

 a { background-color: rgb(3,21,187); }

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

border-color css

<style>
 span { border-color: #0315BB; }

 span { border-color: rgb(3,21,187); }

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