Html Css Color HEX #0518CA Medium Blue

📋 copy color: '#0518CA'

red 5 ◦ green 24 ◦ blue 202

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

Shades of Medium Blue #0518CA

Tints of Medium Blue #0518CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 87.45%

R = 2.16%
G = 10.39%
B = 87.45%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0518CA (or 0x0518CA) is known color: Medium Blue. HEX triplet: 05, 18 and CA. RGB value is (5,24,202). Sum of RGB (Red+Green+Blue) = 5+24+202=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 202 (79.30% from 255 or 87.45% from 231); Max value from RGB is 202 - color contains mainly: blue. Hex color #0518CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518CA is #FAE735. Grayscale: #252525. Windows color (decimal): -16443190 or 13244421. OLE color: 13244421.

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

Color convert

RGB 5 24 202 -
CMYK 0.98 0.88 0 0.21
HSL 234.21º 0.95% 0.41% -
HSV(B) 234.21º 0.98% 0.79% -
XYZ 11.05 4.95 56.25 -
YUV 38.61 220.21 104.03 -
System Red Green Blue C M Y K H S L
Decimal 5 24 202 0.98 0.88 0 0.21 234.21 0.95 0.41
Hex 5 18 CA 62 58 0 15 EA 5F 29
Octal 5 30 312 142 130 0 25 352 137 51
Binary 101 11000 11001010 1100010 1011000 0 10101 11101010 1011111 101001

Color Harmonies of #0518CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518CA

Black with #0518CA

Text Example


Text Example

White with #0518CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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