Html Css Color HEX #0511CB Medium Blue

📋 copy color: '#0511CB'

red 5 ◦ green 17 ◦ blue 203

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

Shades of Medium Blue #0511CB

Tints of Medium Blue #0511CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 203 (79.69% from 255) = 90.22%

R = 2.22%
G = 7.56%
B = 90.22%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0511CB (or 0x0511CB) is known color: Medium Blue. HEX triplet: 05, 11 and CB. RGB value is (5,17,203). Sum of RGB (Red+Green+Blue) = 5+17+203=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 203 (79.69% from 255 or 90.22% from 225); Max value from RGB is 203 - color contains mainly: blue. Hex color #0511CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511CB is #FAEE34. Grayscale: #212121. Windows color (decimal): -16444981 or 13308165. OLE color: 13308165.

HSL color Cylindrical-coordinate representation of color #0511CB: hue angle of 236.36º 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 #0511CB is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 17 203 -
CMYK 0.98 0.92 0 0.20
HSL 236.36º 0.95% 0.41% -
HSV(B) 236.36º 0.98% 0.8% -
XYZ 11.04 4.74 56.83 -
YUV 34.62 223.02 106.88 -
System Red Green Blue C M Y K H S L
Decimal 5 17 203 0.98 0.92 0 0.20 236.36 0.95 0.41
Hex 5 11 CB 62 5C 0 14 EC 5F 29
Octal 5 21 313 142 134 0 24 354 137 51
Binary 101 10001 11001011 1100010 1011100 0 10100 11101100 1011111 101001

Color Harmonies of #0511CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511CB

Black with #0511CB

Text Example


Text Example

White with #0511CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0511CB; }

 p { color: rgb(5,17,203); }

 H1.HeaderClassName
 {
   color: #0511CB;
 }
 .AnyTagClassName
 {
   color: #0511CB;
 }
</style>

background-color css

<style>
 a { background-color: #0511CB; }

 a { background-color: rgb(5,17,203); }

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

border-color css

<style>
 span { border-color: #0511CB; }

 span { border-color: rgb(5,17,203); }

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