Html Css Color HEX #065AF6 Navy Blue

📋 copy color: '#065AF6'

red 6 ◦ green 90 ◦ blue 246

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

Shades of Navy Blue #065AF6

Tints of Navy Blue #065AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 246 (96.48% from 255) = 71.93%

R = 1.75%
G = 26.32%
B = 71.93%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#065AF6 (or 0x065AF6) is known color: Navy Blue. HEX triplet: 06, 5A and F6. RGB value is (6,90,246). Sum of RGB (Red+Green+Blue) = 6+90+246=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #065AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065AF6 is #F9A509. Grayscale: #515151. Windows color (decimal): -16360714 or 16144902. OLE color: 16144902.

HSL color Cylindrical-coordinate representation of color #065AF6: hue angle of 219º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065AF6 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 90 246 -
CMYK 0.98 0.63 0 0.04
HSL 219º 0.95% 0.49% -
HSV(B) 219º 0.98% 0.96% -
XYZ 20.37 14 88.82 -
YUV 82.67 220.17 73.32 -
System Red Green Blue C M Y K H S L
Decimal 6 90 246 0.98 0.63 0 0.04 219 0.95 0.49
Hex 6 5A F6 62 3F 0 4 DB 5F 31
Octal 6 132 366 142 77 0 4 333 137 61
Binary 110 1011010 11110110 1100010 111111 0 100 11011011 1011111 110001

Color Harmonies of #065AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AF6

Black with #065AF6

Text Example


Text Example

White with #065AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065AF6; }

 p { color: rgb(6,90,246); }

 H1.HeaderClassName
 {
   color: #065AF6;
 }
 .AnyTagClassName
 {
   color: #065AF6;
 }
</style>

background-color css

<style>
 a { background-color: #065AF6; }

 a { background-color: rgb(6,90,246); }

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

border-color css

<style>
 span { border-color: #065AF6; }

 span { border-color: rgb(6,90,246); }

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