Html Css Color HEX #0658DF Navy Blue

📋 copy color: '#0658DF'

red 6 ◦ green 88 ◦ blue 223

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

Shades of Navy Blue #0658DF

Tints of Navy Blue #0658DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

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

R = 1.89%
G = 27.76%
B = 70.35%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0658DF (or 0x0658DF) is known color: Navy Blue. HEX triplet: 06, 58 and DF. RGB value is (6,88,223). Sum of RGB (Red+Green+Blue) = 6+88+223=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #0658DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658DF is #F9A720. Grayscale: #4E4E4E. Windows color (decimal): -16361249 or 14637062. OLE color: 14637062.

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

Color convert

RGB 6 88 223 -
CMYK 0.97 0.61 0 0.13
HSL 217.33º 0.95% 0.45% -
HSV(B) 217.33º 0.97% 0.87% -
XYZ 16.88 12.35 71.31 -
YUV 78.87 209.33 76.02 -
System Red Green Blue C M Y K H S L
Decimal 6 88 223 0.97 0.61 0 0.13 217.33 0.95 0.45
Hex 6 58 DF 61 3D 0 D D9 5F 2D
Octal 6 130 337 141 75 0 15 331 137 55
Binary 110 1011000 11011111 1100001 111101 0 1101 11011001 1011111 101101

Color Harmonies of #0658DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0658DF

Black with #0658DF

Text Example


Text Example

White with #0658DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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