Html Css Color HEX #065AFB Navy Blue

📋 copy color: '#065AFB'

red 6 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #065AFB

Tints of Navy Blue #065AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 1.73%
G = 25.94%
B = 72.33%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#065AFB (or 0x065AFB) is known color: Navy Blue. HEX triplet: 06, 5A and FB. RGB value is (6,90,251). Sum of RGB (Red+Green+Blue) = 6+90+251=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #065AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065AFB is #F9A504. Grayscale: #525252. Windows color (decimal): -16360709 or 16472582. OLE color: 16472582.

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

Color convert

RGB 6 90 251 -
CMYK 0.98 0.64 0 0.02
HSL 219.43º 0.97% 0.5% -
HSV(B) 219.43º 0.98% 0.98% -
XYZ 21.14 14.32 92.92 -
YUV 83.24 222.67 72.91 -
System Red Green Blue C M Y K H S L
Decimal 6 90 251 0.98 0.64 0 0.02 219.43 0.97 0.5
Hex 6 5A FB 62 40 0 2 DB 61 32
Octal 6 132 373 142 100 0 2 333 141 62
Binary 110 1011010 11111011 1100010 1000000 0 10 11011011 1100001 110010

Color Harmonies of #065AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AFB

Black with #065AFB

Text Example


Text Example

White with #065AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,251); }

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

background-color css

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

 a { background-color: rgb(6,90,251); }

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

border-color css

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

 span { border-color: rgb(6,90,251); }

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