Html Css Color HEX #065CFF Navy Blue

📋 copy color: '#065CFF'

red 6 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #065CFF

Tints of Navy Blue #065CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 255 (100% from 255) = 72.24%

R = 1.7%
G = 26.06%
B = 72.24%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#065CFF (or 0x065CFF) is known color: Navy Blue. HEX triplet: 06, 5C and FF. RGB value is (6,92,255). Sum of RGB (Red+Green+Blue) = 6+92+255=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #065CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CFF is #F9A300. Grayscale: #545454. Windows color (decimal): -16360193 or 16735238. OLE color: 16735238.

HSL color Cylindrical-coordinate representation of color #065CFF: hue angle of 219.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065CFF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 92 255 -
CMYK 0.98 0.64 0 0
HSL 219.28º 1% 0.51% -
HSV(B) 219.28º 0.98% 1% -
XYZ 21.95 14.91 96.33 -
YUV 84.87 224.01 71.75 -
System Red Green Blue C M Y K H S L
Decimal 6 92 255 0.98 0.64 0 0 219.28 1 0.51
Hex 6 5C FF 62 40 0 0 DB 64 33
Octal 6 134 377 142 100 0 0 333 144 63
Binary 110 1011100 11111111 1100010 1000000 0 0 11011011 1100100 110011

Color Harmonies of #065CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CFF

Black with #065CFF

Text Example


Text Example

White with #065CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,92,255); }

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

background-color css

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

 a { background-color: rgb(6,92,255); }

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

border-color css

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

 span { border-color: rgb(6,92,255); }

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