Html Css Color HEX #065DD4 Navy Blue

📋 copy color: '#065DD4'

red 6 ◦ green 93 ◦ blue 212

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

Shades of Navy Blue #065DD4

Tints of Navy Blue #065DD4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

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

R = 1.93%
G = 29.9%
B = 68.17%

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

#065DD4 (or 0x065DD4) is known color: Navy Blue. HEX triplet: 06, 5D and D4. RGB value is (6,93,212). Sum of RGB (Red+Green+Blue) = 6+93+212=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 212 (83.20% from 255 or 68.17% from 311); Max value from RGB is 212 - color contains mainly: blue. Hex color #065DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DD4 is #F9A22B. Grayscale: #4F4F4F. Windows color (decimal): -16359980 or 13917446. OLE color: 13917446.

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

Color convert

RGB 6 93 212 -
CMYK 0.97 0.56 0 0.17
HSL 214.66º 0.94% 0.43% -
HSV(B) 214.66º 0.97% 0.83% -
XYZ 15.87 12.62 63.89 -
YUV 80.55 202.18 74.82 -
System Red Green Blue C M Y K H S L
Decimal 6 93 212 0.97 0.56 0 0.17 214.66 0.94 0.43
Hex 6 5D D4 61 38 0 11 D7 5E 2B
Octal 6 135 324 141 70 0 21 327 136 53
Binary 110 1011101 11010100 1100001 111000 0 10001 11010111 1011110 101011

Color Harmonies of #065DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DD4

Black with #065DD4

Text Example


Text Example

White with #065DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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