Html Css Color HEX #030ABA Medium Blue

📋 copy color: '#030ABA'

red 3 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #030ABA

Tints of Medium Blue #030ABA

RGB

 RED value IS 3 (1.56% from 255) = 1.51%

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

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

R = 1.51%
G = 5.03%
B = 93.47%

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

#030ABA (or 0x030ABA) is known color: Medium Blue. HEX triplet: 03, 0A and BA. RGB value is (3,10,186). Sum of RGB (Red+Green+Blue) = 3+10+186=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #030ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ABA is #FCF545. Grayscale: #1B1B1B. Windows color (decimal): -16577862 or 12192259. OLE color: 12192259.

HSL color Cylindrical-coordinate representation of color #030ABA: hue angle of 237.7º degrees, saturation: 0.97, 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 #030ABA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 10 186 -
CMYK 0.98 0.95 0 0.27
HSL 237.7º 0.97% 0.37% -
HSV(B) 237.7º 0.98% 0.73% -
XYZ 9.01 3.78 46.71 -
YUV 27.97 217.18 110.19 -
System Red Green Blue C M Y K H S L
Decimal 3 10 186 0.98 0.95 0 0.27 237.7 0.97 0.37
Hex 3 A BA 62 5F 0 1B EE 61 25
Octal 3 12 272 142 137 0 33 356 141 45
Binary 11 1010 10111010 1100010 1011111 0 11011 11101110 1100001 100101

Color Harmonies of #030ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ABA

Black with #030ABA

Text Example


Text Example

White with #030ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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