Html Css Color HEX #061FCC Medium Blue

📋 copy color: '#061FCC'

red 6 ◦ green 31 ◦ blue 204

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

Shades of Medium Blue #061FCC

Tints of Medium Blue #061FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

 BLUE value IS 204 (80.08% from 255) = 84.65%

R = 2.49%
G = 12.86%
B = 84.65%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#061FCC (or 0x061FCC) is known color: Medium Blue. HEX triplet: 06, 1F and CC. RGB value is (6,31,204). Sum of RGB (Red+Green+Blue) = 6+31+204=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #061FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FCC is #F9E033. Grayscale: #2A2A2A. Windows color (decimal): -16375860 or 13377286. OLE color: 13377286.

HSL color Cylindrical-coordinate representation of color #061FCC: hue angle of 232.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061FCC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 31 204 -
CMYK 0.97 0.85 0 0.2
HSL 232.42º 0.94% 0.41% -
HSV(B) 232.42º 0.97% 0.8% -
XYZ 11.46 5.38 57.56 -
YUV 43.25 218.72 101.43 -
System Red Green Blue C M Y K H S L
Decimal 6 31 204 0.97 0.85 0 0.2 232.42 0.94 0.41
Hex 6 1F CC 61 55 0 14 E8 5E 29
Octal 6 37 314 141 125 0 24 350 136 51
Binary 110 11111 11001100 1100001 1010101 0 10100 11101000 1011110 101001

Color Harmonies of #061FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FCC

Black with #061FCC

Text Example


Text Example

White with #061FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061FCC; }

 p { color: rgb(6,31,204); }

 H1.HeaderClassName
 {
   color: #061FCC;
 }
 .AnyTagClassName
 {
   color: #061FCC;
 }
</style>

background-color css

<style>
 a { background-color: #061FCC; }

 a { background-color: rgb(6,31,204); }

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

border-color css

<style>
 span { border-color: #061FCC; }

 span { border-color: rgb(6,31,204); }

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