Html Css Color HEX #0155DE Navy Blue

📋 copy color: '#0155DE'

red 1 ◦ green 85 ◦ blue 222

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

Shades of Navy Blue #0155DE

Tints of Navy Blue #0155DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 0.32%
G = 27.6%
B = 72.08%

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

#0155DE (or 0x0155DE) is known color: Navy Blue. HEX triplet: 01, 55 and DE. RGB value is (1,85,222). Sum of RGB (Red+Green+Blue) = 1+85+222=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #0155DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155DE is #FEAA21. Grayscale: #4A4A4A. Windows color (decimal): -16689698 or 14570753. OLE color: 14570753.

HSL color Cylindrical-coordinate representation of color #0155DE: hue angle of 217.19º 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 #0155DE is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 85 222 -
CMYK 1.00 0.62 0 0.13
HSL 217.19º 0.99% 0.44% -
HSV(B) 217.19º 1% 0.87% -
XYZ 16.45 11.78 70.51 -
YUV 75.5 210.67 74.86 -
System Red Green Blue C M Y K H S L
Decimal 1 85 222 1.00 0.62 0 0.13 217.19 0.99 0.44
Hex 1 55 DE 64 3E 0 D D9 63 2C
Octal 1 125 336 144 76 0 15 331 143 54
Binary 1 1010101 11011110 1100100 111110 0 1101 11011001 1100011 101100

Color Harmonies of #0155DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155DE

Black with #0155DE

Text Example


Text Example

White with #0155DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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