Html Css Color HEX #065FFA Navy Blue

📋 copy color: '#065FFA'

red 6 ◦ green 95 ◦ blue 250

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

Shades of Navy Blue #065FFA

Tints of Navy Blue #065FFA

RGB

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

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

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

R = 1.71%
G = 27.07%
B = 71.23%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#065FFA (or 0x065FFA) is known color: Navy Blue. HEX triplet: 06, 5F and FA. RGB value is (6,95,250). Sum of RGB (Red+Green+Blue) = 6+95+250=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #065FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFA is #F9A005. Grayscale: #555555. Windows color (decimal): -16359430 or 16408326. OLE color: 16408326.

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

Color convert

RGB 6 95 250 -
CMYK 0.98 0.62 0 0.02
HSL 218.11º 0.96% 0.5% -
HSV(B) 218.11º 0.98% 0.98% -
XYZ 21.42 15.13 92.23 -
YUV 86.06 220.51 70.9 -
System Red Green Blue C M Y K H S L
Decimal 6 95 250 0.98 0.62 0 0.02 218.11 0.96 0.5
Hex 6 5F FA 62 3E 0 2 DA 60 32
Octal 6 137 372 142 76 0 2 332 140 62
Binary 110 1011111 11111010 1100010 111110 0 10 11011010 1100000 110010

Color Harmonies of #065FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FFA

Black with #065FFA

Text Example


Text Example

White with #065FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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