Html Css Color HEX #0154CF Navy Blue

📋 copy color: '#0154CF'

red 1 ◦ green 84 ◦ blue 207

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

Shades of Navy Blue #0154CF

Tints of Navy Blue #0154CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 0.34%
G = 28.77%
B = 70.89%

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

#0154CF (or 0x0154CF) is known color: Navy Blue. HEX triplet: 01, 54 and CF. RGB value is (1,84,207). Sum of RGB (Red+Green+Blue) = 1+84+207=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #0154CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154CF is #FEAB30. Grayscale: #484848. Windows color (decimal): -16689969 or 13587457. OLE color: 13587457.

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

Color convert

RGB 1 84 207 -
CMYK 1.00 0.59 0 0.19
HSL 215.83º 0.99% 0.41% -
HSV(B) 215.83º 1% 0.81% -
XYZ 14.45 10.85 60.36 -
YUV 73.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 1 84 207 1.00 0.59 0 0.19 215.83 0.99 0.41
Hex 1 54 CF 64 3B 0 13 D8 63 29
Octal 1 124 317 144 73 0 23 330 143 51
Binary 1 1010100 11001111 1100100 111011 0 10011 11011000 1100011 101001

Color Harmonies of #0154CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154CF

Black with #0154CF

Text Example


Text Example

White with #0154CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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