Html Css Color HEX #0512CC Medium Blue

📋 copy color: '#0512CC'

red 5 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #0512CC

Tints of Medium Blue #0512CC

RGB

 RED value IS 5 (2.34% from 255) = 2.2%

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 2.2%
G = 7.93%
B = 89.87%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0512CC (or 0x0512CC) is known color: Medium Blue. HEX triplet: 05, 12 and CC. RGB value is (5,18,204). Sum of RGB (Red+Green+Blue) = 5+18+204=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #0512CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512CC is #FAED33. Grayscale: #222222. Windows color (decimal): -16444724 or 13373957. OLE color: 13373957.

HSL color Cylindrical-coordinate representation of color #0512CC: hue angle of 236.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512CC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 18 204 -
CMYK 0.98 0.91 0 0.2
HSL 236.08º 0.95% 0.41% -
HSV(B) 236.08º 0.98% 0.8% -
XYZ 11.18 4.82 57.47 -
YUV 35.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 5 18 204 0.98 0.91 0 0.2 236.08 0.95 0.41
Hex 5 12 CC 62 5B 0 14 EC 5F 29
Octal 5 22 314 142 133 0 24 354 137 51
Binary 101 10010 11001100 1100010 1011011 0 10100 11101100 1011111 101001

Color Harmonies of #0512CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512CC

Black with #0512CC

Text Example


Text Example

White with #0512CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,18,204); }

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

background-color css

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

 a { background-color: rgb(5,18,204); }

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

border-color css

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

 span { border-color: rgb(5,18,204); }

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