Html Css Color HEX #0555C1 Denim

📋 copy color: '#0555C1'

red 5 ◦ green 85 ◦ blue 193

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

Shades of Denim #0555C1

Tints of Denim #0555C1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 193 (75.78% from 255) = 68.2%

R = 1.77%
G = 30.04%
B = 68.2%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0555C1 (or 0x0555C1) is known color: Denim. HEX triplet: 05, 55 and C1. RGB value is (5,85,193). Sum of RGB (Red+Green+Blue) = 5+85+193=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #0555C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555C1 is #FAAA3E. Grayscale: #484848. Windows color (decimal): -16427583 or 12670213. OLE color: 12670213.

HSL color Cylindrical-coordinate representation of color #0555C1: hue angle of 214.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0555C1 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 85 193 -
CMYK 0.97 0.56 0 0.24
HSL 214.47º 0.95% 0.39% -
HSV(B) 214.47º 0.97% 0.76% -
XYZ 12.94 10.38 51.77 -
YUV 73.39 195.5 79.22 -
System Red Green Blue C M Y K H S L
Decimal 5 85 193 0.97 0.56 0 0.24 214.47 0.95 0.39
Hex 5 55 C1 61 38 0 18 D6 5F 27
Octal 5 125 301 141 70 0 30 326 137 47
Binary 101 1010101 11000001 1100001 111000 0 11000 11010110 1011111 100111

Color Harmonies of #0555C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555C1

Black with #0555C1

Text Example


Text Example

White with #0555C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0555C1; }

 p { color: rgb(5,85,193); }

 H1.HeaderClassName
 {
   color: #0555C1;
 }
 .AnyTagClassName
 {
   color: #0555C1;
 }
</style>

background-color css

<style>
 a { background-color: #0555C1; }

 a { background-color: rgb(5,85,193); }

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

border-color css

<style>
 span { border-color: #0555C1; }

 span { border-color: rgb(5,85,193); }

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