Html Css Color HEX #0655DF Navy Blue

📋 copy color: '#0655DF'

red 6 ◦ green 85 ◦ blue 223

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

Shades of Navy Blue #0655DF

Tints of Navy Blue #0655DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 1.91%
G = 27.07%
B = 71.02%

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

#0655DF (or 0x0655DF) is known color: Navy Blue. HEX triplet: 06, 55 and DF. RGB value is (6,85,223). Sum of RGB (Red+Green+Blue) = 6+85+223=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0655DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655DF is #F9AA20. Grayscale: #4C4C4C. Windows color (decimal): -16362017 or 14636294. OLE color: 14636294.

HSL color Cylindrical-coordinate representation of color #0655DF: hue angle of 218.16º 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 #0655DF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 85 223 -
CMYK 0.97 0.62 0 0.13
HSL 218.16º 0.95% 0.45% -
HSV(B) 218.16º 0.97% 0.87% -
XYZ 16.64 11.86 71.22 -
YUV 77.11 210.33 77.28 -
System Red Green Blue C M Y K H S L
Decimal 6 85 223 0.97 0.62 0 0.13 218.16 0.95 0.45
Hex 6 55 DF 61 3E 0 D DA 5F 2D
Octal 6 125 337 141 76 0 15 332 137 55
Binary 110 1010101 11011111 1100001 111110 0 1101 11011010 1011111 101101

Color Harmonies of #0655DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655DF

Black with #0655DF

Text Example


Text Example

White with #0655DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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