Html Css Color HEX #065ED4 Navy Blue

📋 copy color: '#065ED4'

red 6 ◦ green 94 ◦ blue 212

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

Shades of Navy Blue #065ED4

Tints of Navy Blue #065ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.95%

R = 1.92%
G = 30.13%
B = 67.95%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#065ED4 (or 0x065ED4) is known color: Navy Blue. HEX triplet: 06, 5E and D4. RGB value is (6,94,212). Sum of RGB (Red+Green+Blue) = 6+94+212=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 212 (83.20% from 255 or 67.95% from 312); Max value from RGB is 212 - color contains mainly: blue. Hex color #065ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ED4 is #F9A12B. Grayscale: #505050. Windows color (decimal): -16359724 or 13917702. OLE color: 13917702.

HSL color Cylindrical-coordinate representation of color #065ED4: hue angle of 214.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ED4 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 94 212 -
CMYK 0.97 0.56 0 0.17
HSL 214.37º 0.94% 0.43% -
HSV(B) 214.37º 0.97% 0.83% -
XYZ 15.96 12.8 63.92 -
YUV 81.14 201.85 74.41 -
System Red Green Blue C M Y K H S L
Decimal 6 94 212 0.97 0.56 0 0.17 214.37 0.94 0.43
Hex 6 5E D4 61 38 0 11 D6 5E 2B
Octal 6 136 324 141 70 0 21 326 136 53
Binary 110 1011110 11010100 1100001 111000 0 10001 11010110 1011110 101011

Color Harmonies of #065ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ED4

Black with #065ED4

Text Example


Text Example

White with #065ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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