Html Css Color HEX #0154DD Navy Blue

📋 copy color: '#0154DD'

red 1 ◦ green 84 ◦ blue 221

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

Shades of Navy Blue #0154DD

Tints of Navy Blue #0154DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 0.33%
G = 27.45%
B = 72.22%

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

#0154DD (or 0x0154DD) is known color: Navy Blue. HEX triplet: 01, 54 and DD. RGB value is (1,84,221). Sum of RGB (Red+Green+Blue) = 1+84+221=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #0154DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154DD is #FEAB22. Grayscale: #4A4A4A. Windows color (decimal): -16689955 or 14504961. OLE color: 14504961.

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

Color convert

RGB 1 84 221 -
CMYK 1.00 0.62 0 0.13
HSL 217.36º 0.99% 0.44% -
HSV(B) 217.36º 1% 0.87% -
XYZ 16.23 11.57 69.78 -
YUV 74.8 210.5 75.36 -
System Red Green Blue C M Y K H S L
Decimal 1 84 221 1.00 0.62 0 0.13 217.36 0.99 0.44
Hex 1 54 DD 64 3E 0 D D9 63 2C
Octal 1 124 335 144 76 0 15 331 143 54
Binary 1 1010100 11011101 1100100 111110 0 1101 11011001 1100011 101100

Color Harmonies of #0154DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154DD

Black with #0154DD

Text Example


Text Example

White with #0154DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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