Html Css Color HEX #0654CF Navy Blue

📋 copy color: '#0654CF'

red 6 ◦ green 84 ◦ blue 207

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

Shades of Navy Blue #0654CF

Tints of Navy Blue #0654CF

RGB

 RED value IS 6 (2.73% from 255) = 2.02%

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

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

R = 2.02%
G = 28.28%
B = 69.7%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0654CF (or 0x0654CF) is known color: Navy Blue. HEX triplet: 06, 54 and CF. RGB value is (6,84,207). Sum of RGB (Red+Green+Blue) = 6+84+207=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #0654CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654CF is #F9AB30. Grayscale: #4A4A4A. Windows color (decimal): -16362289 or 13587462. OLE color: 13587462.

HSL color Cylindrical-coordinate representation of color #0654CF: hue angle of 216.72º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0654CF is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 84 207 -
CMYK 0.97 0.59 0 0.19
HSL 216.72º 0.94% 0.42% -
HSV(B) 216.72º 0.97% 0.81% -
XYZ 14.51 10.88 60.37 -
YUV 74.7 202.66 79 -
System Red Green Blue C M Y K H S L
Decimal 6 84 207 0.97 0.59 0 0.19 216.72 0.94 0.42
Hex 6 54 CF 61 3B 0 13 D9 5E 2A
Octal 6 124 317 141 73 0 23 331 136 52
Binary 110 1010100 11001111 1100001 111011 0 10011 11011001 1011110 101010

Color Harmonies of #0654CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654CF

Black with #0654CF

Text Example


Text Example

White with #0654CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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