Html Css Color HEX #0551C0 Denim

📋 copy color: '#0551C0'

red 5 ◦ green 81 ◦ blue 192

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

Shades of Denim #0551C0

Tints of Denim #0551C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

 BLUE value IS 192 (75.39% from 255) = 69.06%

R = 1.8%
G = 29.14%
B = 69.06%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0551C0 (or 0x0551C0) is known color: Denim. HEX triplet: 05, 51 and C0. RGB value is (5,81,192). Sum of RGB (Red+Green+Blue) = 5+81+192=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #0551C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551C0 is #FAAE3F. Grayscale: #464646. Windows color (decimal): -16428608 or 12603653. OLE color: 12603653.

HSL color Cylindrical-coordinate representation of color #0551C0: hue angle of 215.61º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551C0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 81 192 -
CMYK 0.97 0.58 0 0.25
HSL 215.62º 0.95% 0.39% -
HSV(B) 215.62º 0.97% 0.75% -
XYZ 12.52 9.72 51.09 -
YUV 70.93 196.32 80.97 -
System Red Green Blue C M Y K H S L
Decimal 5 81 192 0.97 0.58 0 0.25 215.62 0.95 0.39
Hex 5 51 C0 61 3A 0 19 D8 5F 27
Octal 5 121 300 141 72 0 31 330 137 47
Binary 101 1010001 11000000 1100001 111010 0 11001 11011000 1011111 100111

Color Harmonies of #0551C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551C0

Black with #0551C0

Text Example


Text Example

White with #0551C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0551C0; }

 p { color: rgb(5,81,192); }

 H1.HeaderClassName
 {
   color: #0551C0;
 }
 .AnyTagClassName
 {
   color: #0551C0;
 }
</style>

background-color css

<style>
 a { background-color: #0551C0; }

 a { background-color: rgb(5,81,192); }

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

border-color css

<style>
 span { border-color: #0551C0; }

 span { border-color: rgb(5,81,192); }

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