Html Css Color HEX #065ADF Navy Blue

📋 copy color: '#065ADF'

red 6 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #065ADF

Tints of Navy Blue #065ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 1.88%
G = 28.21%
B = 69.91%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065ADF (or 0x065ADF) is known color: Navy Blue. HEX triplet: 06, 5A and DF. RGB value is (6,90,223). Sum of RGB (Red+Green+Blue) = 6+90+223=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #065ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ADF is #F9A520. Grayscale: #4F4F4F. Windows color (decimal): -16360737 or 14637574. OLE color: 14637574.

HSL color Cylindrical-coordinate representation of color #065ADF: hue angle of 216.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ADF is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 90 223 -
CMYK 0.97 0.60 0 0.13
HSL 216.77º 0.95% 0.45% -
HSV(B) 216.77º 0.97% 0.87% -
XYZ 17.05 12.68 71.36 -
YUV 80.05 208.67 75.19 -
System Red Green Blue C M Y K H S L
Decimal 6 90 223 0.97 0.60 0 0.13 216.77 0.95 0.45
Hex 6 5A DF 61 3C 0 D D9 5F 2D
Octal 6 132 337 141 74 0 15 331 137 55
Binary 110 1011010 11011111 1100001 111100 0 1101 11011001 1011111 101101

Color Harmonies of #065ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ADF

Black with #065ADF

Text Example


Text Example

White with #065ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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