Html Css Color HEX #0658FA Navy Blue

📋 copy color: '#0658FA'

red 6 ◦ green 88 ◦ blue 250

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

Shades of Navy Blue #0658FA

Tints of Navy Blue #0658FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.67%

R = 1.74%
G = 25.58%
B = 72.67%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0658FA (or 0x0658FA) is known color: Navy Blue. HEX triplet: 06, 58 and FA. RGB value is (6,88,250). Sum of RGB (Red+Green+Blue) = 6+88+250=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #0658FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0658FA is #F9A705. Grayscale: #515151. Windows color (decimal): -16361222 or 16406534. OLE color: 16406534.

HSL color Cylindrical-coordinate representation of color #0658FA: hue angle of 219.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0658FA is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 88 250 -
CMYK 0.98 0.65 0 0.02
HSL 219.84º 0.96% 0.5% -
HSV(B) 219.84º 0.98% 0.98% -
XYZ 20.82 13.92 92.03 -
YUV 81.95 222.83 73.83 -
System Red Green Blue C M Y K H S L
Decimal 6 88 250 0.98 0.65 0 0.02 219.84 0.96 0.5
Hex 6 58 FA 62 41 0 2 DC 60 32
Octal 6 130 372 142 101 0 2 334 140 62
Binary 110 1011000 11111010 1100010 1000001 0 10 11011100 1100000 110010

Color Harmonies of #0658FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0658FA

Black with #0658FA

Text Example


Text Example

White with #0658FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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