Html Css Color HEX #065CFA Navy Blue

📋 copy color: '#065CFA'

red 6 ◦ green 92 ◦ blue 250

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

Shades of Navy Blue #065CFA

Tints of Navy Blue #065CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 1.72%
G = 26.44%
B = 71.84%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#065CFA (or 0x065CFA) is known color: Navy Blue. HEX triplet: 06, 5C and FA. RGB value is (6,92,250). Sum of RGB (Red+Green+Blue) = 6+92+250=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #065CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CFA is #F9A305. Grayscale: #535353. Windows color (decimal): -16360198 or 16407558. OLE color: 16407558.

HSL color Cylindrical-coordinate representation of color #065CFA: hue angle of 218.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065CFA is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 92 250 -
CMYK 0.98 0.63 0 0.02
HSL 218.85º 0.96% 0.5% -
HSV(B) 218.85º 0.98% 0.98% -
XYZ 21.16 14.6 92.14 -
YUV 84.3 221.51 72.15 -
System Red Green Blue C M Y K H S L
Decimal 6 92 250 0.98 0.63 0 0.02 218.85 0.96 0.5
Hex 6 5C FA 62 3F 0 2 DB 60 32
Octal 6 134 372 142 77 0 2 333 140 62
Binary 110 1011100 11111010 1100010 111111 0 10 11011011 1100000 110010

Color Harmonies of #065CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CFA

Black with #065CFA

Text Example


Text Example

White with #065CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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