Html Css Color HEX #0813CB Medium Blue

📋 copy color: '#0813CB'

red 8 ◦ green 19 ◦ blue 203

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

Shades of Medium Blue #0813CB

Tints of Medium Blue #0813CB

RGB

 RED value IS 8 (3.52% from 255) = 3.48%

 GREEN value IS 19 (7.81% from 255) = 8.26%

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

R = 3.48%
G = 8.26%
B = 88.26%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0813CB (or 0x0813CB) is known color: Medium Blue. HEX triplet: 08, 13 and CB. RGB value is (8,19,203). Sum of RGB (Red+Green+Blue) = 8+19+203=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #0813CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0813CB is #F7EC34. Grayscale: #232323. Windows color (decimal): -16247861 or 13308680. OLE color: 13308680.

HSL color Cylindrical-coordinate representation of color #0813CB: hue angle of 236.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0813CB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 19 203 -
CMYK 0.96 0.91 0 0.20
HSL 236.62º 0.92% 0.41% -
HSV(B) 236.62º 0.96% 0.8% -
XYZ 11.11 4.83 56.85 -
YUV 36.69 221.86 107.54 -
System Red Green Blue C M Y K H S L
Decimal 8 19 203 0.96 0.91 0 0.20 236.62 0.92 0.41
Hex 8 13 CB 60 5B 0 14 ED 5C 29
Octal 10 23 313 140 133 0 24 355 134 51
Binary 1000 10011 11001011 1100000 1011011 0 10100 11101101 1011100 101001

Color Harmonies of #0813CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0813CB

Black with #0813CB

Text Example


Text Example

White with #0813CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,19,203); }

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

background-color css

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

 a { background-color: rgb(8,19,203); }

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

border-color css

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

 span { border-color: rgb(8,19,203); }

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