Html Css Color HEX #065EED Navy Blue

📋 copy color: '#065EED'

red 6 ◦ green 94 ◦ blue 237

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

Shades of Navy Blue #065EED

Tints of Navy Blue #065EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.33%

R = 1.78%
G = 27.89%
B = 70.33%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#065EED (or 0x065EED) is known color: Navy Blue. HEX triplet: 06, 5E and ED. RGB value is (6,94,237). Sum of RGB (Red+Green+Blue) = 6+94+237=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #065EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EED is #F9A112. Grayscale: #535353. Windows color (decimal): -16359699 or 15556102. OLE color: 15556102.

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

Color convert

RGB 6 94 237 -
CMYK 0.97 0.60 0 0.07
HSL 217.14º 0.95% 0.48% -
HSV(B) 217.14º 0.97% 0.93% -
XYZ 19.36 14.16 81.83 -
YUV 83.99 214.35 72.37 -
System Red Green Blue C M Y K H S L
Decimal 6 94 237 0.97 0.60 0 0.07 217.14 0.95 0.48
Hex 6 5E ED 61 3C 0 7 D9 5F 30
Octal 6 136 355 141 74 0 7 331 137 60
Binary 110 1011110 11101101 1100001 111100 0 111 11011001 1011111 110000

Color Harmonies of #065EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EED

Black with #065EED

Text Example


Text Example

White with #065EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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