Html Css Color HEX #065CFE Navy Blue

📋 copy color: '#065CFE'

red 6 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #065CFE

Tints of Navy Blue #065CFE

RGB

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

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

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

R = 1.7%
G = 26.14%
B = 72.16%

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

#065CFE (or 0x065CFE) is known color: Navy Blue. HEX triplet: 06, 5C and FE. RGB value is (6,92,254). Sum of RGB (Red+Green+Blue) = 6+92+254=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #065CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CFE is #F9A301. Grayscale: #545454. Windows color (decimal): -16360194 or 16669702. OLE color: 16669702.

HSL color Cylindrical-coordinate representation of color #065CFE: hue angle of 219.19º 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 #065CFE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 92 254 -
CMYK 0.98 0.64 0 0.00
HSL 219.19º 0.99% 0.51% -
HSV(B) 219.19º 0.98% 1% -
XYZ 21.79 14.85 95.48 -
YUV 84.75 223.51 71.83 -
System Red Green Blue C M Y K H S L
Decimal 6 92 254 0.98 0.64 0 0.00 219.19 0.99 0.51
Hex 6 5C FE 62 40 0 0 DB 63 33
Octal 6 134 376 142 100 0 0 333 143 63
Binary 110 1011100 11111110 1100010 1000000 0 0 11011011 1100011 110011

Color Harmonies of #065CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CFE

Black with #065CFE

Text Example


Text Example

White with #065CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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