Html Css Color HEX #0654CC Navy Blue

📋 copy color: '#0654CC'

red 6 ◦ green 84 ◦ blue 204

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

Shades of Navy Blue #0654CC

Tints of Navy Blue #0654CC

RGB

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

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

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

R = 2.04%
G = 28.57%
B = 69.39%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0654CC (or 0x0654CC) is known color: Navy Blue. HEX triplet: 06, 54 and CC. RGB value is (6,84,204). Sum of RGB (Red+Green+Blue) = 6+84+204=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #0654CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654CC is #F9AB33. Grayscale: #494949. Windows color (decimal): -16362292 or 13390854. OLE color: 13390854.

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

Color convert

RGB 6 84 204 -
CMYK 0.97 0.59 0 0.2
HSL 216.36º 0.94% 0.41% -
HSV(B) 216.36º 0.97% 0.8% -
XYZ 14.14 10.74 58.45 -
YUV 74.36 201.16 79.24 -
System Red Green Blue C M Y K H S L
Decimal 6 84 204 0.97 0.59 0 0.2 216.36 0.94 0.41
Hex 6 54 CC 61 3B 0 14 D8 5E 29
Octal 6 124 314 141 73 0 24 330 136 51
Binary 110 1010100 11001100 1100001 111011 0 10100 11011000 1011110 101001

Color Harmonies of #0654CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654CC

Black with #0654CC

Text Example


Text Example

White with #0654CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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