Html Css Color HEX #0662FF Navy Blue

📋 copy color: '#0662FF'

red 6 ◦ green 98 ◦ blue 255

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

Shades of Navy Blue #0662FF

Tints of Navy Blue #0662FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 255 (100% from 255) = 71.03%

R = 1.67%
G = 27.3%
B = 71.03%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0662FF (or 0x0662FF) is known color: Navy Blue. HEX triplet: 06, 62 and FF. RGB value is (6,98,255). Sum of RGB (Red+Green+Blue) = 6+98+255=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0662FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0662FF is #F99D00. Grayscale: #575757. Windows color (decimal): -16358657 or 16736774. OLE color: 16736774.

HSL color Cylindrical-coordinate representation of color #0662FF: hue angle of 217.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0662FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 98 255 -
CMYK 0.98 0.62 0 0
HSL 217.83º 1% 0.51% -
HSV(B) 217.83º 0.98% 1% -
XYZ 22.49 15.99 96.51 -
YUV 88.39 222.02 69.23 -
System Red Green Blue C M Y K H S L
Decimal 6 98 255 0.98 0.62 0 0 217.83 1 0.51
Hex 6 62 FF 62 3E 0 0 DA 64 33
Octal 6 142 377 142 76 0 0 332 144 63
Binary 110 1100010 11111111 1100010 111110 0 0 11011010 1100100 110011

Color Harmonies of #0662FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0662FF

Black with #0662FF

Text Example


Text Example

White with #0662FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0662FF; }

 p { color: rgb(6,98,255); }

 H1.HeaderClassName
 {
   color: #0662FF;
 }
 .AnyTagClassName
 {
   color: #0662FF;
 }
</style>

background-color css

<style>
 a { background-color: #0662FF; }

 a { background-color: rgb(6,98,255); }

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

border-color css

<style>
 span { border-color: #0662FF; }

 span { border-color: rgb(6,98,255); }

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