Html Css Color HEX #0518CB Medium Blue

📋 copy color: '#0518CB'

red 5 ◦ green 24 ◦ blue 203

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

Shades of Medium Blue #0518CB

Tints of Medium Blue #0518CB

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 2.16%
G = 10.34%
B = 87.5%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0518CB (or 0x0518CB) is known color: Medium Blue. HEX triplet: 05, 18 and CB. RGB value is (5,24,203). Sum of RGB (Red+Green+Blue) = 5+24+203=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #0518CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518CB is #FAE734. Grayscale: #252525. Windows color (decimal): -16443189 or 13309957. OLE color: 13309957.

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

Color convert

RGB 5 24 203 -
CMYK 0.98 0.88 0 0.20
HSL 234.24º 0.95% 0.41% -
HSV(B) 234.24º 0.98% 0.8% -
XYZ 11.17 5 56.88 -
YUV 38.73 220.71 103.95 -
System Red Green Blue C M Y K H S L
Decimal 5 24 203 0.98 0.88 0 0.20 234.24 0.95 0.41
Hex 5 18 CB 62 58 0 14 EA 5F 29
Octal 5 30 313 142 130 0 24 352 137 51
Binary 101 11000 11001011 1100010 1011000 0 10100 11101010 1011111 101001

Color Harmonies of #0518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518CB

Black with #0518CB

Text Example


Text Example

White with #0518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,24,203); }

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

background-color css

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

 a { background-color: rgb(5,24,203); }

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

border-color css

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

 span { border-color: rgb(5,24,203); }

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