Html Css Color HEX #0315CB Medium Blue

📋 copy color: '#0315CB'

red 3 ◦ green 21 ◦ blue 203

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

Shades of Medium Blue #0315CB

Tints of Medium Blue #0315CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 89.43%

R = 1.32%
G = 9.25%
B = 89.43%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0315CB (or 0x0315CB) is known color: Medium Blue. HEX triplet: 03, 15 and CB. RGB value is (3,21,203). Sum of RGB (Red+Green+Blue) = 3+21+203=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #0315CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315CB is #FCEA34. Grayscale: #232323. Windows color (decimal): -16575029 or 13309187. OLE color: 13309187.

HSL color Cylindrical-coordinate representation of color #0315CB: hue angle of 234.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315CB is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 21 203 -
CMYK 0.99 0.90 0 0.20
HSL 234.6º 0.97% 0.4% -
HSV(B) 234.6º 0.99% 0.8% -
XYZ 11.09 4.87 56.86 -
YUV 36.37 222.04 104.2 -
System Red Green Blue C M Y K H S L
Decimal 3 21 203 0.99 0.90 0 0.20 234.6 0.97 0.4
Hex 3 15 CB 63 5A 0 14 EB 61 28
Octal 3 25 313 143 132 0 24 353 141 50
Binary 11 10101 11001011 1100011 1011010 0 10100 11101011 1100001 101000

Color Harmonies of #0315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0315CB

Black with #0315CB

Text Example


Text Example

White with #0315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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