Html Css Color HEX #065ED8 Navy Blue

📋 copy color: '#065ED8'

red 6 ◦ green 94 ◦ blue 216

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

Shades of Navy Blue #065ED8

Tints of Navy Blue #065ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 1.9%
G = 29.75%
B = 68.35%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#065ED8 (or 0x065ED8) is known color: Navy Blue. HEX triplet: 06, 5E and D8. RGB value is (6,94,216). Sum of RGB (Red+Green+Blue) = 6+94+216=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #065ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ED8 is #F9A127. Grayscale: #515151. Windows color (decimal): -16359720 or 14179846. OLE color: 14179846.

HSL color Cylindrical-coordinate representation of color #065ED8: hue angle of 214.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ED8 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 94 216 -
CMYK 0.97 0.56 0 0.15
HSL 214.86º 0.95% 0.44% -
HSV(B) 214.86º 0.97% 0.85% -
XYZ 16.47 13 66.61 -
YUV 81.6 203.85 74.08 -
System Red Green Blue C M Y K H S L
Decimal 6 94 216 0.97 0.56 0 0.15 214.86 0.95 0.44
Hex 6 5E D8 61 38 0 F D7 5F 2C
Octal 6 136 330 141 70 0 17 327 137 54
Binary 110 1011110 11011000 1100001 111000 0 1111 11010111 1011111 101100

Color Harmonies of #065ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ED8

Black with #065ED8

Text Example


Text Example

White with #065ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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