Html Css Color HEX #0613CC Medium Blue

📋 copy color: '#0613CC'

red 6 ◦ green 19 ◦ blue 204

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

Shades of Medium Blue #0613CC

Tints of Medium Blue #0613CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 2.62%
G = 8.3%
B = 89.08%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0613CC (or 0x0613CC) is known color: Medium Blue. HEX triplet: 06, 13 and CC. RGB value is (6,19,204). Sum of RGB (Red+Green+Blue) = 6+19+204=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #0613CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0613CC is #F9EC33. Grayscale: #232323. Windows color (decimal): -16378932 or 13374214. OLE color: 13374214.

HSL color Cylindrical-coordinate representation of color #0613CC: hue angle of 236.06º 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 #0613CC is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 19 204 -
CMYK 0.97 0.91 0 0.2
HSL 236.06º 0.94% 0.41% -
HSV(B) 236.06º 0.97% 0.8% -
XYZ 11.21 4.86 57.47 -
YUV 36.2 222.69 106.46 -
System Red Green Blue C M Y K H S L
Decimal 6 19 204 0.97 0.91 0 0.2 236.06 0.94 0.41
Hex 6 13 CC 61 5B 0 14 EC 5E 29
Octal 6 23 314 141 133 0 24 354 136 51
Binary 110 10011 11001100 1100001 1011011 0 10100 11101100 1011110 101001

Color Harmonies of #0613CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613CC

Black with #0613CC

Text Example


Text Example

White with #0613CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0613CC; }

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

 H1.HeaderClassName
 {
   color: #0613CC;
 }
 .AnyTagClassName
 {
   color: #0613CC;
 }
</style>

background-color css

<style>
 a { background-color: #0613CC; }

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

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

border-color css

<style>
 span { border-color: #0613CC; }

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

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