Html Css Color HEX #065FED Navy Blue

📋 copy color: '#065FED'

red 6 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #065FED

Tints of Navy Blue #065FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 1.78%
G = 28.11%
B = 70.12%

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

#065FED (or 0x065FED) is known color: Navy Blue. HEX triplet: 06, 5F and ED. RGB value is (6,95,237). Sum of RGB (Red+Green+Blue) = 6+95+237=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #065FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FED is #F9A012. Grayscale: #535353. Windows color (decimal): -16359443 or 15556358. OLE color: 15556358.

HSL color Cylindrical-coordinate representation of color #065FED: hue angle of 216.88º 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 #065FED is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 95 237 -
CMYK 0.97 0.60 0 0.07
HSL 216.88º 0.95% 0.48% -
HSV(B) 216.88º 0.97% 0.93% -
XYZ 19.45 14.34 81.86 -
YUV 84.58 214.01 71.95 -
System Red Green Blue C M Y K H S L
Decimal 6 95 237 0.97 0.60 0 0.07 216.88 0.95 0.48
Hex 6 5F ED 61 3C 0 7 D9 5F 30
Octal 6 137 355 141 74 0 7 331 137 60
Binary 110 1011111 11101101 1100001 111100 0 111 11011001 1011111 110000

Color Harmonies of #065FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FED

Black with #065FED

Text Example


Text Example

White with #065FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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