Html Css Color HEX #065AD3 Navy Blue

📋 copy color: '#065AD3'

red 6 ◦ green 90 ◦ blue 211

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

Shades of Navy Blue #065AD3

Tints of Navy Blue #065AD3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 211 (82.81% from 255) = 68.73%

R = 1.95%
G = 29.32%
B = 68.73%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#065AD3 (or 0x065AD3) is known color: Navy Blue. HEX triplet: 06, 5A and D3. RGB value is (6,90,211). Sum of RGB (Red+Green+Blue) = 6+90+211=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #065AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065AD3 is #F9A52C. Grayscale: #4E4E4E. Windows color (decimal): -16360749 or 13851142. OLE color: 13851142.

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

Color convert

RGB 6 90 211 -
CMYK 0.97 0.57 0 0.17
HSL 215.41º 0.94% 0.43% -
HSV(B) 215.41º 0.97% 0.83% -
XYZ 15.49 12.05 63.14 -
YUV 78.68 202.67 76.16 -
System Red Green Blue C M Y K H S L
Decimal 6 90 211 0.97 0.57 0 0.17 215.41 0.94 0.43
Hex 6 5A D3 61 39 0 11 D7 5E 2B
Octal 6 132 323 141 71 0 21 327 136 53
Binary 110 1011010 11010011 1100001 111001 0 10001 11010111 1011110 101011

Color Harmonies of #065AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AD3

Black with #065AD3

Text Example


Text Example

White with #065AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,211); }

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

background-color css

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

 a { background-color: rgb(6,90,211); }

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

border-color css

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

 span { border-color: rgb(6,90,211); }

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