Html Css Color HEX #060DBA Medium Blue

📋 copy color: '#060DBA'

red 6 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #060DBA

Tints of Medium Blue #060DBA

RGB

 RED value IS 6 (2.73% from 255) = 2.93%

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

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

R = 2.93%
G = 6.34%
B = 90.73%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#060DBA (or 0x060DBA) is known color: Medium Blue. HEX triplet: 06, 0D and BA. RGB value is (6,13,186). Sum of RGB (Red+Green+Blue) = 6+13+186=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #060DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DBA is #F9F245. Grayscale: #1D1D1D. Windows color (decimal): -16380486 or 12193030. OLE color: 12193030.

HSL color Cylindrical-coordinate representation of color #060DBA: hue angle of 237.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DBA is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 13 186 -
CMYK 0.97 0.93 0 0.27
HSL 237.67º 0.94% 0.38% -
HSV(B) 237.67º 0.97% 0.73% -
XYZ 9.08 3.87 46.72 -
YUV 30.63 215.68 110.43 -
System Red Green Blue C M Y K H S L
Decimal 6 13 186 0.97 0.93 0 0.27 237.67 0.94 0.38
Hex 6 D BA 61 5D 0 1B EE 5E 26
Octal 6 15 272 141 135 0 33 356 136 46
Binary 110 1101 10111010 1100001 1011101 0 11011 11101110 1011110 100110

Color Harmonies of #060DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DBA

Black with #060DBA

Text Example


Text Example

White with #060DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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