Html Css Color HEX #030CBA Medium Blue

📋 copy color: '#030CBA'

red 3 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #030CBA

Tints of Medium Blue #030CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.97%

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

R = 1.49%
G = 5.97%
B = 92.54%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030CBA (or 0x030CBA) is known color: Medium Blue. HEX triplet: 03, 0C and BA. RGB value is (3,12,186). Sum of RGB (Red+Green+Blue) = 3+12+186=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #030CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CBA is #FCF345. Grayscale: #1C1C1C. Windows color (decimal): -16577350 or 12192771. OLE color: 12192771.

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

Color convert

RGB 3 12 186 -
CMYK 0.98 0.94 0 0.27
HSL 237.05º 0.97% 0.37% -
HSV(B) 237.05º 0.98% 0.73% -
XYZ 9.03 3.83 46.72 -
YUV 29.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 3 12 186 0.98 0.94 0 0.27 237.05 0.97 0.37
Hex 3 C BA 62 5E 0 1B ED 61 25
Octal 3 14 272 142 136 0 33 355 141 45
Binary 11 1100 10111010 1100010 1011110 0 11011 11101101 1100001 100101

Color Harmonies of #030CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CBA

Black with #030CBA

Text Example


Text Example

White with #030CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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