Html Css Color HEX #030AB9 Medium Blue

📋 copy color: '#030AB9'

red 3 ◦ green 10 ◦ blue 185

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

Shades of Medium Blue #030AB9

Tints of Medium Blue #030AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 93.43%

R = 1.52%
G = 5.05%
B = 93.43%

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

#030AB9 (or 0x030AB9) is known color: Medium Blue. HEX triplet: 03, 0A and B9. RGB value is (3,10,185). Sum of RGB (Red+Green+Blue) = 3+10+185=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 185 (72.66% from 255 or 93.43% from 198); Max value from RGB is 185 - color contains mainly: blue. Hex color #030AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030AB9 is #FCF546. Grayscale: #1B1B1B. Windows color (decimal): -16577863 or 12126723. OLE color: 12126723.

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

Color convert

RGB 3 10 185 -
CMYK 0.98 0.95 0 0.27
HSL 237.69º 0.97% 0.37% -
HSV(B) 237.69º 0.98% 0.73% -
XYZ 8.9 3.74 46.15 -
YUV 27.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 3 10 185 0.98 0.95 0 0.27 237.69 0.97 0.37
Hex 3 A B9 62 5F 0 1B EE 61 25
Octal 3 12 271 142 137 0 33 356 141 45
Binary 11 1010 10111001 1100010 1011111 0 11011 11101110 1100001 100101

Color Harmonies of #030AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030AB9

Black with #030AB9

Text Example


Text Example

White with #030AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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