Html Css Color HEX #0155DC Navy Blue

📋 copy color: '#0155DC'

red 1 ◦ green 85 ◦ blue 220

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

Shades of Navy Blue #0155DC

Tints of Navy Blue #0155DC

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 0.33%
G = 27.78%
B = 71.9%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0155DC (or 0x0155DC) is known color: Navy Blue. HEX triplet: 01, 55 and DC. RGB value is (1,85,220). Sum of RGB (Red+Green+Blue) = 1+85+220=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #0155DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155DC is #FEAA23. Grayscale: #4A4A4A. Windows color (decimal): -16689700 or 14439681. OLE color: 14439681.

HSL color Cylindrical-coordinate representation of color #0155DC: hue angle of 216.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0155DC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 85 220 -
CMYK 1.00 0.61 0 0.14
HSL 216.99º 0.99% 0.43% -
HSV(B) 216.99º 1% 0.86% -
XYZ 16.18 11.67 69.11 -
YUV 75.27 209.67 75.02 -
System Red Green Blue C M Y K H S L
Decimal 1 85 220 1.00 0.61 0 0.14 216.99 0.99 0.43
Hex 1 55 DC 64 3D 0 E D9 63 2B
Octal 1 125 334 144 75 0 16 331 143 53
Binary 1 1010101 11011100 1100100 111101 0 1110 11011001 1100011 101011

Color Harmonies of #0155DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155DC

Black with #0155DC

Text Example


Text Example

White with #0155DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0155DC; }

 p { color: rgb(1,85,220); }

 H1.HeaderClassName
 {
   color: #0155DC;
 }
 .AnyTagClassName
 {
   color: #0155DC;
 }
</style>

background-color css

<style>
 a { background-color: #0155DC; }

 a { background-color: rgb(1,85,220); }

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

border-color css

<style>
 span { border-color: #0155DC; }

 span { border-color: rgb(1,85,220); }

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