Html Css Color HEX #065BFE Navy Blue

📋 copy color: '#065BFE'

red 6 ◦ green 91 ◦ blue 254

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

Shades of Navy Blue #065BFE

Tints of Navy Blue #065BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 1.71%
G = 25.93%
B = 72.36%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#065BFE (or 0x065BFE) is known color: Navy Blue. HEX triplet: 06, 5B and FE. RGB value is (6,91,254). Sum of RGB (Red+Green+Blue) = 6+91+254=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #065BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065BFE is #F9A401. Grayscale: #535353. Windows color (decimal): -16360450 or 16669446. OLE color: 16669446.

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

Color convert

RGB 6 91 254 -
CMYK 0.98 0.64 0 0.00
HSL 219.44º 0.99% 0.51% -
HSV(B) 219.44º 0.98% 1% -
XYZ 21.71 14.68 95.45 -
YUV 84.17 223.84 72.25 -
System Red Green Blue C M Y K H S L
Decimal 6 91 254 0.98 0.64 0 0.00 219.44 0.99 0.51
Hex 6 5B FE 62 40 0 0 DB 63 33
Octal 6 133 376 142 100 0 0 333 143 63
Binary 110 1011011 11111110 1100010 1000000 0 0 11011011 1100011 110011

Color Harmonies of #065BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BFE

Black with #065BFE

Text Example


Text Example

White with #065BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,91,254); }

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

background-color css

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

 a { background-color: rgb(6,91,254); }

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

border-color css

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

 span { border-color: rgb(6,91,254); }

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