Html Css Color HEX #0654DF Navy Blue

📋 copy color: '#0654DF'

red 6 ◦ green 84 ◦ blue 223

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

Shades of Navy Blue #0654DF

Tints of Navy Blue #0654DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.25%

R = 1.92%
G = 26.84%
B = 71.25%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0654DF (or 0x0654DF) is known color: Navy Blue. HEX triplet: 06, 54 and DF. RGB value is (6,84,223). Sum of RGB (Red+Green+Blue) = 6+84+223=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #0654DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654DF is #F9AB20. Grayscale: #4B4B4B. Windows color (decimal): -16362273 or 14636038. OLE color: 14636038.

HSL color Cylindrical-coordinate representation of color #0654DF: hue angle of 218.43º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0654DF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 84 223 -
CMYK 0.97 0.62 0 0.13
HSL 218.43º 0.95% 0.45% -
HSV(B) 218.43º 0.97% 0.87% -
XYZ 16.56 11.71 71.2 -
YUV 76.52 210.66 77.7 -
System Red Green Blue C M Y K H S L
Decimal 6 84 223 0.97 0.62 0 0.13 218.43 0.95 0.45
Hex 6 54 DF 61 3E 0 D DA 5F 2D
Octal 6 124 337 141 76 0 15 332 137 55
Binary 110 1010100 11011111 1100001 111110 0 1101 11011010 1011111 101101

Color Harmonies of #0654DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654DF

Black with #0654DF

Text Example


Text Example

White with #0654DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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