Html Css Color HEX #0418CB Medium Blue

📋 copy color: '#0418CB'

red 4 ◦ green 24 ◦ blue 203

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

Shades of Medium Blue #0418CB

Tints of Medium Blue #0418CB

RGB

 RED value IS 4 (1.95% from 255) = 1.73%

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

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

R = 1.73%
G = 10.39%
B = 87.88%

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

#0418CB (or 0x0418CB) is known color: Medium Blue. HEX triplet: 04, 18 and CB. RGB value is (4,24,203). Sum of RGB (Red+Green+Blue) = 4+24+203=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 203 (79.69% from 255 or 87.88% from 231); Max value from RGB is 203 - color contains mainly: blue. Hex color #0418CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418CB is #FBE734. Grayscale: #252525. Windows color (decimal): -16508725 or 13309956. OLE color: 13309956.

HSL color Cylindrical-coordinate representation of color #0418CB: hue angle of 233.97º degrees, saturation: 0.96, 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 #0418CB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 24 203 -
CMYK 0.98 0.88 0 0.20
HSL 233.97º 0.96% 0.41% -
HSV(B) 233.97º 0.98% 0.8% -
XYZ 11.16 4.99 56.88 -
YUV 38.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 4 24 203 0.98 0.88 0 0.20 233.97 0.96 0.41
Hex 4 18 CB 62 58 0 14 EA 60 29
Octal 4 30 313 142 130 0 24 352 140 51
Binary 100 11000 11001011 1100010 1011000 0 10100 11101010 1100000 101001

Color Harmonies of #0418CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0418CB

Black with #0418CB

Text Example


Text Example

White with #0418CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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