Html Css Color HEX #0658CE Navy Blue

📋 copy color: '#0658CE'

red 6 ◦ green 88 ◦ blue 206

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

Shades of Navy Blue #0658CE

Tints of Navy Blue #0658CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 2%
G = 29.33%
B = 68.67%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0658CE (or 0x0658CE) is known color: Navy Blue. HEX triplet: 06, 58 and CE. RGB value is (6,88,206). Sum of RGB (Red+Green+Blue) = 6+88+206=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #0658CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658CE is #F9A731. Grayscale: #4C4C4C. Windows color (decimal): -16361266 or 13522950. OLE color: 13522950.

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

Color convert

RGB 6 88 206 -
CMYK 0.97 0.57 0 0.19
HSL 215.4º 0.94% 0.42% -
HSV(B) 215.4º 0.97% 0.81% -
XYZ 14.71 11.47 59.83 -
YUV 76.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 6 88 206 0.97 0.57 0 0.19 215.4 0.94 0.42
Hex 6 58 CE 61 39 0 13 D7 5E 2A
Octal 6 130 316 141 71 0 23 327 136 52
Binary 110 1011000 11001110 1100001 111001 0 10011 11010111 1011110 101010

Color Harmonies of #0658CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0658CE

Black with #0658CE

Text Example


Text Example

White with #0658CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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