Html Css Color HEX #065EF1 Navy Blue

📋 copy color: '#065EF1'

red 6 ◦ green 94 ◦ blue 241

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

Shades of Navy Blue #065EF1

Tints of Navy Blue #065EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 1.76%
G = 27.57%
B = 70.67%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#065EF1 (or 0x065EF1) is known color: Navy Blue. HEX triplet: 06, 5E and F1. RGB value is (6,94,241). Sum of RGB (Red+Green+Blue) = 6+94+241=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #065EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EF1 is #F9A10E. Grayscale: #535353. Windows color (decimal): -16359695 or 15818246. OLE color: 15818246.

HSL color Cylindrical-coordinate representation of color #065EF1: hue angle of 217.53º 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 #065EF1 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 94 241 -
CMYK 0.98 0.61 0 0.05
HSL 217.53º 0.95% 0.48% -
HSV(B) 217.53º 0.98% 0.95% -
XYZ 19.95 14.4 84.95 -
YUV 84.45 216.35 72.05 -
System Red Green Blue C M Y K H S L
Decimal 6 94 241 0.98 0.61 0 0.05 217.53 0.95 0.48
Hex 6 5E F1 62 3D 0 5 DA 5F 30
Octal 6 136 361 142 75 0 5 332 137 60
Binary 110 1011110 11110001 1100010 111101 0 101 11011010 1011111 110000

Color Harmonies of #065EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EF1

Black with #065EF1

Text Example


Text Example

White with #065EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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