Html Css Color HEX #065EFB Navy Blue

📋 copy color: '#065EFB'

red 6 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #065EFB

Tints of Navy Blue #065EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

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

R = 1.71%
G = 26.78%
B = 71.51%

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

#065EFB (or 0x065EFB) is known color: Navy Blue. HEX triplet: 06, 5E and FB. RGB value is (6,94,251). Sum of RGB (Red+Green+Blue) = 6+94+251=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #065EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EFB is #F9A104. Grayscale: #545454. Windows color (decimal): -16359685 or 16473606. OLE color: 16473606.

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

Color convert

RGB 6 94 251 -
CMYK 0.98 0.63 0 0.02
HSL 218.45º 0.97% 0.5% -
HSV(B) 218.45º 0.98% 0.98% -
XYZ 21.49 15.01 93.03 -
YUV 85.59 221.35 71.23 -
System Red Green Blue C M Y K H S L
Decimal 6 94 251 0.98 0.63 0 0.02 218.45 0.97 0.5
Hex 6 5E FB 62 3F 0 2 DA 61 32
Octal 6 136 373 142 77 0 2 332 141 62
Binary 110 1011110 11111011 1100010 111111 0 10 11011010 1100001 110010

Color Harmonies of #065EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EFB

Black with #065EFB

Text Example


Text Example

White with #065EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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