Html Css Color HEX #030DBA Medium Blue

📋 copy color: '#030DBA'

red 3 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #030DBA

Tints of Medium Blue #030DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

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

R = 1.49%
G = 6.44%
B = 92.08%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030DBA (or 0x030DBA) is known color: Medium Blue. HEX triplet: 03, 0D and BA. RGB value is (3,13,186). Sum of RGB (Red+Green+Blue) = 3+13+186=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 186 (73.05% from 255 or 92.08% from 202); Max value from RGB is 186 - color contains mainly: blue. Hex color #030DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DBA is #FCF245. Grayscale: #1D1D1D. Windows color (decimal): -16577094 or 12193027. OLE color: 12193027.

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

Color convert

RGB 3 13 186 -
CMYK 0.98 0.93 0 0.27
HSL 236.72º 0.97% 0.37% -
HSV(B) 236.72º 0.98% 0.73% -
XYZ 9.04 3.85 46.72 -
YUV 29.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 3 13 186 0.98 0.93 0 0.27 236.72 0.97 0.37
Hex 3 D BA 62 5D 0 1B ED 61 25
Octal 3 15 272 142 135 0 33 355 141 45
Binary 11 1101 10111010 1100010 1011101 0 11011 11101101 1100001 100101

Color Harmonies of #030DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DBA

Black with #030DBA

Text Example


Text Example

White with #030DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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