Html Css Color HEX #040ABA Medium Blue

📋 copy color: '#040ABA'

red 4 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #040ABA

Tints of Medium Blue #040ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

 BLUE value IS 186 (73.05% from 255) = 93%

R = 2%
G = 5%
B = 93%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#040ABA (or 0x040ABA) is known color: Medium Blue. HEX triplet: 04, 0A and BA. RGB value is (4,10,186). Sum of RGB (Red+Green+Blue) = 4+10+186=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #040ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ABA is #FBF545. Grayscale: #1B1B1B. Windows color (decimal): -16512326 or 12192260. OLE color: 12192260.

HSL color Cylindrical-coordinate representation of color #040ABA: hue angle of 238.02º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ABA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 10 186 -
CMYK 0.98 0.95 0 0.27
HSL 238.02º 0.96% 0.37% -
HSV(B) 238.02º 0.98% 0.73% -
XYZ 9.02 3.79 46.71 -
YUV 28.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 4 10 186 0.98 0.95 0 0.27 238.02 0.96 0.37
Hex 4 A BA 62 5F 0 1B EE 60 25
Octal 4 12 272 142 137 0 33 356 140 45
Binary 100 1010 10111010 1100010 1011111 0 11011 11101110 1100000 100101

Color Harmonies of #040ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040ABA

Black with #040ABA

Text Example


Text Example

White with #040ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040ABA; }

 p { color: rgb(4,10,186); }

 H1.HeaderClassName
 {
   color: #040ABA;
 }
 .AnyTagClassName
 {
   color: #040ABA;
 }
</style>

background-color css

<style>
 a { background-color: #040ABA; }

 a { background-color: rgb(4,10,186); }

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

border-color css

<style>
 span { border-color: #040ABA; }

 span { border-color: rgb(4,10,186); }

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