Html Css Color HEX #065EF2 Navy Blue

📋 copy color: '#065EF2'

red 6 ◦ green 94 ◦ blue 242

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

Shades of Navy Blue #065EF2

Tints of Navy Blue #065EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.76%

R = 1.75%
G = 27.49%
B = 70.76%

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

#065EF2 (or 0x065EF2) is known color: Navy Blue. HEX triplet: 06, 5E and F2. RGB value is (6,94,242). Sum of RGB (Red+Green+Blue) = 6+94+242=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #065EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EF2 is #F9A10D. Grayscale: #535353. Windows color (decimal): -16359694 or 15883782. OLE color: 15883782.

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

Color convert

RGB 6 94 242 -
CMYK 0.98 0.61 0 0.05
HSL 217.63º 0.95% 0.49% -
HSV(B) 217.63º 0.98% 0.95% -
XYZ 20.1 14.45 85.73 -
YUV 84.56 216.85 71.97 -
System Red Green Blue C M Y K H S L
Decimal 6 94 242 0.98 0.61 0 0.05 217.63 0.95 0.49
Hex 6 5E F2 62 3D 0 5 DA 5F 31
Octal 6 136 362 142 75 0 5 332 137 61
Binary 110 1011110 11110010 1100010 111101 0 101 11011010 1011111 110001

Color Harmonies of #065EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EF2

Black with #065EF2

Text Example


Text Example

White with #065EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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