Html Css Color HEX #0154CC Navy Blue

📋 copy color: '#0154CC'

red 1 ◦ green 84 ◦ blue 204

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

Shades of Navy Blue #0154CC

Tints of Navy Blue #0154CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 0.35%
G = 29.07%
B = 70.59%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0154CC (or 0x0154CC) is known color: Navy Blue. HEX triplet: 01, 54 and CC. RGB value is (1,84,204). Sum of RGB (Red+Green+Blue) = 1+84+204=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #0154CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154CC is #FEAB33. Grayscale: #484848. Windows color (decimal): -16689972 or 13390849. OLE color: 13390849.

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

Color convert

RGB 1 84 204 -
CMYK 1.00 0.59 0 0.2
HSL 215.47º 0.99% 0.4% -
HSV(B) 215.47º 1% 0.8% -
XYZ 14.08 10.71 58.45 -
YUV 72.86 202 76.74 -
System Red Green Blue C M Y K H S L
Decimal 1 84 204 1.00 0.59 0 0.2 215.47 0.99 0.4
Hex 1 54 CC 64 3B 0 14 D7 63 28
Octal 1 124 314 144 73 0 24 327 143 50
Binary 1 1010100 11001100 1100100 111011 0 10100 11010111 1100011 101000

Color Harmonies of #0154CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154CC

Black with #0154CC

Text Example


Text Example

White with #0154CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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