Html Css Color HEX #0155DD Navy Blue

📋 copy color: '#0155DD'

red 1 ◦ green 85 ◦ blue 221

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

Shades of Navy Blue #0155DD

Tints of Navy Blue #0155DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 0.33%
G = 27.69%
B = 71.99%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0155DD (or 0x0155DD) is known color: Navy Blue. HEX triplet: 01, 55 and DD. RGB value is (1,85,221). Sum of RGB (Red+Green+Blue) = 1+85+221=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #0155DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155DD is #FEAA22. Grayscale: #4A4A4A. Windows color (decimal): -16689699 or 14505217. OLE color: 14505217.

HSL color Cylindrical-coordinate representation of color #0155DD: hue angle of 217.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0155DD is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 85 221 -
CMYK 1.00 0.62 0 0.13
HSL 217.09º 0.99% 0.44% -
HSV(B) 217.09º 1% 0.87% -
XYZ 16.31 11.72 69.81 -
YUV 75.39 210.17 74.94 -
System Red Green Blue C M Y K H S L
Decimal 1 85 221 1.00 0.62 0 0.13 217.09 0.99 0.44
Hex 1 55 DD 64 3E 0 D D9 63 2C
Octal 1 125 335 144 76 0 15 331 143 54
Binary 1 1010101 11011101 1100100 111110 0 1101 11011001 1100011 101100

Color Harmonies of #0155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155DD

Black with #0155DD

Text Example


Text Example

White with #0155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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