Html Css Color HEX #060CBB Medium Blue

📋 copy color: '#060CBB'

red 6 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #060CBB

Tints of Medium Blue #060CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 91.22%

R = 2.93%
G = 5.85%
B = 91.22%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#060CBB (or 0x060CBB) is known color: Medium Blue. HEX triplet: 06, 0C and BB. RGB value is (6,12,187). Sum of RGB (Red+Green+Blue) = 6+12+187=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #060CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CBB is #F9F344. Grayscale: #1D1D1D. Windows color (decimal): -16380741 or 12258310. OLE color: 12258310.

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

Color convert

RGB 6 12 187 -
CMYK 0.97 0.94 0 0.27
HSL 238.01º 0.94% 0.38% -
HSV(B) 238.01º 0.97% 0.73% -
XYZ 9.18 3.89 47.28 -
YUV 30.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 6 12 187 0.97 0.94 0 0.27 238.01 0.94 0.38
Hex 6 C BB 61 5E 0 1B EE 5E 26
Octal 6 14 273 141 136 0 33 356 136 46
Binary 110 1100 10111011 1100001 1011110 0 11011 11101110 1011110 100110

Color Harmonies of #060CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CBB

Black with #060CBB

Text Example


Text Example

White with #060CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,187); }

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

background-color css

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

 a { background-color: rgb(6,12,187); }

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

border-color css

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

 span { border-color: rgb(6,12,187); }

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