Html Css Color HEX #065AF1 Navy Blue

📋 copy color: '#065AF1'

red 6 ◦ green 90 ◦ blue 241

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

Shades of Navy Blue #065AF1

Tints of Navy Blue #065AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.51%

R = 1.78%
G = 26.71%
B = 71.51%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#065AF1 (or 0x065AF1) is known color: Navy Blue. HEX triplet: 06, 5A and F1. RGB value is (6,90,241). Sum of RGB (Red+Green+Blue) = 6+90+241=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #065AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065AF1 is #F9A50E. Grayscale: #515151. Windows color (decimal): -16360719 or 15817222. OLE color: 15817222.

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

Color convert

RGB 6 90 241 -
CMYK 0.98 0.63 0 0.05
HSL 218.55º 0.95% 0.48% -
HSV(B) 218.55º 0.98% 0.95% -
XYZ 19.61 13.7 84.83 -
YUV 82.1 217.67 73.72 -
System Red Green Blue C M Y K H S L
Decimal 6 90 241 0.98 0.63 0 0.05 218.55 0.95 0.48
Hex 6 5A F1 62 3F 0 5 DB 5F 30
Octal 6 132 361 142 77 0 5 333 137 60
Binary 110 1011010 11110001 1100010 111111 0 101 11011011 1011111 110000

Color Harmonies of #065AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AF1

Black with #065AF1

Text Example


Text Example

White with #065AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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