Html Css Color HEX #065FDD Navy Blue

📋 copy color: '#065FDD'

red 6 ◦ green 95 ◦ blue 221

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

Shades of Navy Blue #065FDD

Tints of Navy Blue #065FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 1.86%
G = 29.5%
B = 68.63%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065FDD (or 0x065FDD) is known color: Navy Blue. HEX triplet: 06, 5F and DD. RGB value is (6,95,221). Sum of RGB (Red+Green+Blue) = 6+95+221=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #065FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FDD is #F9A022. Grayscale: #525252. Windows color (decimal): -16359459 or 14507782. OLE color: 14507782.

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

Color convert

RGB 6 95 221 -
CMYK 0.97 0.57 0 0.13
HSL 215.16º 0.95% 0.45% -
HSV(B) 215.16º 0.97% 0.87% -
XYZ 17.22 13.44 70.09 -
YUV 82.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 6 95 221 0.97 0.57 0 0.13 215.16 0.95 0.45
Hex 6 5F DD 61 39 0 D D7 5F 2D
Octal 6 137 335 141 71 0 15 327 137 55
Binary 110 1011111 11011101 1100001 111001 0 1101 11010111 1011111 101101

Color Harmonies of #065FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FDD

Black with #065FDD

Text Example


Text Example

White with #065FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,221); }

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

background-color css

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

 a { background-color: rgb(6,95,221); }

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

border-color css

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

 span { border-color: rgb(6,95,221); }

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