Html Css Color HEX #065FC0 Navy Blue

📋 copy color: '#065FC0'

red 6 ◦ green 95 ◦ blue 192

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

Shades of Navy Blue #065FC0

Tints of Navy Blue #065FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 65.53%

R = 2.05%
G = 32.42%
B = 65.53%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#065FC0 (or 0x065FC0) is known color: Navy Blue. HEX triplet: 06, 5F and C0. RGB value is (6,95,192). Sum of RGB (Red+Green+Blue) = 6+95+192=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #065FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FC0 is #F9A03F. Grayscale: #4E4E4E. Windows color (decimal): -16359488 or 12607238. OLE color: 12607238.

HSL color Cylindrical-coordinate representation of color #065FC0: hue angle of 211.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FC0 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 95 192 -
CMYK 0.97 0.51 0 0.25
HSL 211.29º 0.94% 0.39% -
HSV(B) 211.29º 0.97% 0.75% -
XYZ 13.68 12.03 51.47 -
YUV 79.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 6 95 192 0.97 0.51 0 0.25 211.29 0.94 0.39
Hex 6 5F C0 61 33 0 19 D3 5E 27
Octal 6 137 300 141 63 0 31 323 136 47
Binary 110 1011111 11000000 1100001 110011 0 11001 11010011 1011110 100111

Color Harmonies of #065FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FC0

Black with #065FC0

Text Example


Text Example

White with #065FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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