Html Css Color HEX #065EEA Navy Blue

📋 copy color: '#065EEA'

red 6 ◦ green 94 ◦ blue 234

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

Shades of Navy Blue #065EEA

Tints of Navy Blue #065EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.06%

R = 1.8%
G = 28.14%
B = 70.06%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#065EEA (or 0x065EEA) is known color: Navy Blue. HEX triplet: 06, 5E and EA. RGB value is (6,94,234). Sum of RGB (Red+Green+Blue) = 6+94+234=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #065EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EEA is #F9A115. Grayscale: #525252. Windows color (decimal): -16359702 or 15359494. OLE color: 15359494.

HSL color Cylindrical-coordinate representation of color #065EEA: hue angle of 216.84º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EEA is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 94 234 -
CMYK 0.97 0.60 0 0.08
HSL 216.84º 0.95% 0.47% -
HSV(B) 216.84º 0.97% 0.92% -
XYZ 18.93 13.98 79.54 -
YUV 83.65 212.85 72.62 -
System Red Green Blue C M Y K H S L
Decimal 6 94 234 0.97 0.60 0 0.08 216.84 0.95 0.47
Hex 6 5E EA 61 3C 0 8 D9 5F 2F
Octal 6 136 352 141 74 0 10 331 137 57
Binary 110 1011110 11101010 1100001 111100 0 1000 11011001 1011111 101111

Color Harmonies of #065EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EEA

Black with #065EEA

Text Example


Text Example

White with #065EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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