Html Css Color HEX #061BD3 Medium Blue

📋 copy color: '#061BD3'

red 6 ◦ green 27 ◦ blue 211

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

Shades of Medium Blue #061BD3

Tints of Medium Blue #061BD3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.07%

 BLUE value IS 211 (82.81% from 255) = 86.48%

R = 2.46%
G = 11.07%
B = 86.48%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#061BD3 (or 0x061BD3) is known color: Medium Blue. HEX triplet: 06, 1B and D3. RGB value is (6,27,211). Sum of RGB (Red+Green+Blue) = 6+27+211=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 211 (82.81% from 255 or 86.48% from 244); Max value from RGB is 211 - color contains mainly: blue. Hex color #061BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BD3 is #F9E42C. Grayscale: #282828. Windows color (decimal): -16376877 or 13835014. OLE color: 13835014.

HSL color Cylindrical-coordinate representation of color #061BD3: hue angle of 233.85º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BD3 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 27 211 -
CMYK 0.97 0.87 0 0.17
HSL 233.85º 0.94% 0.43% -
HSV(B) 233.85º 0.97% 0.83% -
XYZ 12.22 5.53 62.05 -
YUV 41.7 223.54 102.54 -
System Red Green Blue C M Y K H S L
Decimal 6 27 211 0.97 0.87 0 0.17 233.85 0.94 0.43
Hex 6 1B D3 61 57 0 11 EA 5E 2B
Octal 6 33 323 141 127 0 21 352 136 53
Binary 110 11011 11010011 1100001 1010111 0 10001 11101010 1011110 101011

Color Harmonies of #061BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BD3

Black with #061BD3

Text Example


Text Example

White with #061BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,211); }

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

background-color css

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

 a { background-color: rgb(6,27,211); }

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

border-color css

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

 span { border-color: rgb(6,27,211); }

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