Html Css Color HEX #0154CE Navy Blue

📋 copy color: '#0154CE'

red 1 ◦ green 84 ◦ blue 206

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

Shades of Navy Blue #0154CE

Tints of Navy Blue #0154CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.79%

R = 0.34%
G = 28.87%
B = 70.79%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0154CE (or 0x0154CE) is known color: Navy Blue. HEX triplet: 01, 54 and CE. RGB value is (1,84,206). Sum of RGB (Red+Green+Blue) = 1+84+206=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0154CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154CE is #FEAB31. Grayscale: #484848. Windows color (decimal): -16689970 or 13521921. OLE color: 13521921.

HSL color Cylindrical-coordinate representation of color #0154CE: hue angle of 215.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0154CE is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 84 206 -
CMYK 1.00 0.59 0 0.19
HSL 215.71º 0.99% 0.41% -
HSV(B) 215.71º 1% 0.81% -
XYZ 14.32 10.8 59.72 -
YUV 73.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 1 84 206 1.00 0.59 0 0.19 215.71 0.99 0.41
Hex 1 54 CE 64 3B 0 13 D8 63 29
Octal 1 124 316 144 73 0 23 330 143 51
Binary 1 1010100 11001110 1100100 111011 0 10011 11011000 1100011 101001

Color Harmonies of #0154CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154CE

Black with #0154CE

Text Example


Text Example

White with #0154CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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